0.0.6 • Published 4 years ago
@emlindgren/pj v0.0.6
PJ - A tiny package.json convenience utility
PJ is a small utility for exploring package.json's from the command line.
If you've ever found yourself bouncing between projects a having to open package.json over and over to check script names or other details, you might find PJ helpful.
Usage
PJ is very simple:
pjprints all fields available inside the package.json in the current directorypj -aprints the entire contents of package.jsonpj [term]prints the contents of a specific field.termdoes not have to be complete, pj looks for word-start matches, sopj scwill likely print your package.json scripts, whilepj deswill print your package.json description