Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wurde/g-secret
Generate a secret hash.
https://github.com/wurde/g-secret
Last synced: 5 days ago
JSON representation
Generate a secret hash.
- Host: GitHub
- URL: https://github.com/wurde/g-secret
- Owner: wurde
- License: mit
- Created: 2017-11-27T20:16:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-15T09:36:13.000Z (almost 7 years ago)
- Last Synced: 2024-08-09T17:38:22.887Z (3 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
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.```json
./package.json
"scripts": {
"g:secret": "./node_modules/.bin/g_secret"
},
``````bash
$ npm install g-secret --save-dev
$ npm run g:secret
```## Changelog
Get the project's history in [CHANGELOG.md](CHANGELOG.md).
## Maintainer
Andy Bettisworth https://andybettisworth.com
## License
This project is released under the [MIT License](LICENSE.txt).