pseudoword
v1.1.0
Published
Pseudoword generator
Downloads
1
Maintainers
Readme
pseudoword-js
Generates a random pseudoword
Definition
"A pseudoword or non-word is a unit of speech or text that appears to be an actual word in a certain language, while in fact it has no meaning in the lexicon. It is a kind of non-lexical vocable." Wikipedia
Usage
$ npm install --save pseudoword
const pseudoword = require('pseudoword');
pseudoword(7);
//=> 'noorija'
pseudoword(5);
//=> 'atuyo'
CLI
$ npm install --global pseudoword
$ pseudoword --help
License
MIT © Celso Endo