Pick values from a JSON string and print the value on screen or copy to clipboard.
npm install -g pluckjson
pluckjson --key=hello.galaxy < test-file.json
--key: key to value to print
--copy: copy value to clipboard
--noemit: do not print value
- initial release
- Require node 18.13.0
- Update dependencies
- Add uglify-js for compression
- Compress and move bin location to
dist
folder