1.0.4 • Published 3 years ago

@jbuck94/pk-cli v1.0.4

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

pk-cli

A quick cli to view any property in your package.json file.


To install, run:

npm i -g @jbuck94/pk-cli

To see all available commands, run:

pk --help or pk -h

Usage: pk [options] [command]

Options:
  -h, --help      display help for command

Commands:
  name            View the name field in your package.json
  version         View the version field in your package.json
  description     View the description field in your package.json
  repository      View the repository field in your package.json
  main            View the main field in your package.json
  scripts         View the scripts field in your package.json
  keywords        View the keywords field in your package.json
  author          View the author field in your package.json
  license         View the license field in your package.json
  dependencies    View the dependencies field in your package.json
  bin             View the bin field in your package.json
  help [command]  display help for command
1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago