bisigaggi
generates dumb words.
modes
aurel: a guy that works with me.
technology: generates tech buzzwords.
install
install with npm i bisigaggi
usage
from console
node bisigaggi.js [mode] [amount_words] [amount_word_parts]
as API
const { bisigaggi } = require('./index.js')
console.log(bisigaggi())
args
arg | explanation | example | comment |
---|
mode | what kind of word to generate | npm start aurel | currently only 'aurel' and 'technology' |
amount_words | how many words to generate | npm start aurel 3 | - |
amount_word_parts | how many word parts the final word consists of | npm start aurel 3 4 | gets overwritten by MODE.N |