CLI that prints the value of a specified field from package.json.
npm install --global package-field-cli@^2.0.0yarn global add package-field-cli@^2.0.0After installing package package-field-cli globally, you can use its command line interface.
package-field-cliFor usage instructions:
package-field-cli --helpDevelopment 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 installTesting:
npm run test:devTesting in production environment:
npm run testMIT License
Copyright © 2020, Jaid <jaid.jsx@gmail.com> (https://github.com/jaid)