Utility script that makes working with package.json files easier.
-
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
-
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
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