pilfer-package
v1.0.0
Published
Tiny command line utility for plucking fields from a JSON file
Downloads
4
Maintainers
Readme
pilfer-package
Tiny command line utility for plucking fields from a JSON file
Installation
npm install --save pilfer-package
oryarn add pilfer-package
- Add to your npm scripts, or use in the CLI directly
Usage
pilfer-package <field1> <field2> ... <fieldN>
e.g. pilfer-package version > version.json
will create a file called version.json
in the current directory containing:
{
version: "1.0.0"
}