package-field-cli
v2.0.0
Published
CLI that prints the value of a specified field from package.json.
Downloads
4
Maintainers
Readme
package-field-cli
CLI that prints the value of a specified field from package.json.
Installation
npm install --global package-field-cli@^2.0.0
yarn global add package-field-cli@^2.0.0
CLI Usage
After installing package package-field-cli
globally, you can use its command line interface.
package-field-cli
For usage instructions:
package-field-cli --help
Development
Setting up:
git clone [email protected]:jaid/package-field-cli.git
cd package-field-cli
npm install
Testing:
npm run test:dev
Testing in production environment:
npm run test
License
MIT License
Copyright © 2020, Jaid <[email protected]> (https://github.com/jaid)