https://github.com/lgaticaq/hubot-diceware
A hubot script for generate passphrases using the diceware method
https://github.com/lgaticaq/hubot-diceware
diceware hubot hubot-scripts huemul-scripts
Last synced: 11 months ago
JSON representation
A hubot script for generate passphrases using the diceware method
- Host: GitHub
- URL: https://github.com/lgaticaq/hubot-diceware
- Owner: lgaticaq
- License: mit
- Created: 2015-10-30T04:41:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-07-08T20:41:04.000Z (11 months ago)
- Last Synced: 2025-07-08T21:38:09.453Z (11 months ago)
- Topics: diceware, hubot, hubot-scripts, huemul-scripts
- Language: JavaScript
- Size: 329 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# hubot-diceware
[](https://www.npmjs.com/package/hubot-diceware)
[](https://www.npmjs.com/package/hubot-diceware)
[](https://travis-ci.org/lgaticaq/hubot-diceware)
[](https://coveralls.io/github/lgaticaq/hubot-diceware?branch=master)
[](https://codeclimate.com/github/lgaticaq/hubot-diceware)
[](https://david-dm.org/lgaticaq/hubot-diceware#info=dependencies)
[](https://david-dm.org/lgaticaq/hubot-diceware#info=devDependencies)
> A hubot script for generate passphrases using the [diceware method](http://world.std.com/~reinhold/diceware.html)
## Install
```bash
npm i -S hubot-diceware
```
Add `["hubot-diceware"]` in `external-scripts.json`.
## Example
`hubot diceware` -> `black gimpy gp lath blue trudge`
`hubot diceware en 10` -> `zampar 729 antia Cabo afino fue Sra. 134 pie orden`
## License
[MIT](https://tldrlegal.com/license/mit-license)