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

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

Awesome Lists containing this project

README

          

# hubot-diceware

[![npm version](https://img.shields.io/npm/v/hubot-diceware.svg?style=flat-square)](https://www.npmjs.com/package/hubot-diceware)
[![npm downloads](https://img.shields.io/npm/dm/hubot-diceware.svg?style=flat-square)](https://www.npmjs.com/package/hubot-diceware)
[![Build Status](https://img.shields.io/travis/lgaticaq/hubot-diceware.svg?style=flat-square)](https://travis-ci.org/lgaticaq/hubot-diceware)
[![Coverage Status](https://img.shields.io/coveralls/lgaticaq/hubot-diceware/master.svg?style=flat-square)](https://coveralls.io/github/lgaticaq/hubot-diceware?branch=master)
[![Code Climate](https://img.shields.io/codeclimate/github/lgaticaq/hubot-diceware.svg?style=flat-square)](https://codeclimate.com/github/lgaticaq/hubot-diceware)
[![dependency Status](https://img.shields.io/david/lgaticaq/hubot-diceware.svg?style=flat-square)](https://david-dm.org/lgaticaq/hubot-diceware#info=dependencies)
[![devDependency Status](https://img.shields.io/david/dev/lgaticaq/hubot-diceware.svg?style=flat-square)](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)