Skip to content

Utility script that makes working with package.json files easier.

License

Notifications You must be signed in to change notification settings

tim-richter/pover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pover

GitHub current release

Utility script that makes working with package.json files easier.

Installation

MacOS

  • Download macos binary from releases

  • Move binary to /usr/local/bin

    sudo mv pover-macos-amd64 /usr/local/bin/pover
  • Make executable

    chmod +x /usr/local/bin/pover

Linux

  • Download linux binary from releases

  • Move binary to /usr/local/bin

    sudo mv pover-linux-amd64 /usr/local/bin/pover
  • Make executable

    chmod +x /usr/local/bin/pover

Usage

pover tries to find the package.json in your current working directory so make sure that you are in your projects root folder.


Display all scripts defined in package.json

pover

Open the project in the browser (uses "respository" in your package.json)

pover repo

About

Utility script that makes working with package.json files easier.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages