CLI that prints the value of a specified field from package.json.
npm install --global package-field-cli@^2.0.0
yarn global add package-field-cli@^2.0.0
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 hints for maintaining and improving package-field-cli
Setting up:
git clone git@github.com:jaid/package-field-cli.git
cd package-field-cli
npm install
Testing:
npm run test:dev
Testing in production environment:
npm run test
MIT License
Copyright © 2020, Jaid <jaid.jsx@gmail.com> (https://github.com/jaid)