g-secret
v1.0.1
Published
Generate a secret hash.
Downloads
2
Readme
g-secret
Generate a secret hash.
Getting started
Add the following to your package.json
file to download the binary and
setup an npm script to run the task.
./package.json
"scripts": {
"g:secret": "./node_modules/.bin/g_secret"
},
$ npm install g-secret --save-dev
$ npm run g:secret
Changelog
Get the project's history in CHANGELOG.md.
Maintainer
Andy Bettisworth [email protected] https://andybettisworth.com
License
This project is released under the MIT License.