Skip to content
/ pk-cli Public

A CLI to easily see fields on your package.json

Notifications You must be signed in to change notification settings

jbuck94/pk-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A CLI to easily see fields on your package.json

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published