1.0.0 • Published 9 years ago
unsullied v1.0.0
UNSULLIED
Random unsullied name -and color- generator.
Install
npm install --save unsulliedIf you need to use it as a CLI tool:
npm install -g unsulliedUse
const unsullied = require('unsullied');
const name = unsullied();
// 'grey.worm'With options:
const unsullied = require('unsullied');
const name = unsullied({
separator: '-'
});
// 'grey-worm'Available options
- case:
upper||camel, - separator:
[string](Default: .),
CLI use:
$> unsullied
// 'grey.worm'$> unsullied --case=upper
// GREY.WORM$> unsullied --case=camel
// grey.WormContribute
fork https://github.com/aichholzer/unsullied/More ideas for adjectives and vermin (See ./lib/data.json) are always welcome.
License
1.0.0
9 years ago