0.0.6 • Published 3 years ago

@emlindgren/pj v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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:

  • pj prints all fields available inside the package.json in the current directory
  • pj -a prints the entire contents of package.json
  • pj [term] prints the contents of a specific field. term does not have to be complete, pj looks for word-start matches, so pj sc will likely print your package.json scripts, while pj des will print your package.json description
0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago