Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).