frangen
v1.20.0
Published
A CLI utility for the generation of nicknames for Fran
Downloads
11
Readme
FranGen
A CLI utility and importable package for the generation of nicknames for Fran, distributed through NPM.
To use, install globally with command npm i -g frangen
then use command frangen
to generate a name.
It is also possible to generate multiple names at once: frangen 5
, for example, would generate 5 fran names.
Frangen can now be used as an imported package! To use it, import and then call method getFran
.
Frangen now has cowsay integration!
The command frangen cowsay
will generate a fran to be read by a cow.
You can also now have your fran name read by a horrifying ASCII depiction of Fran -- use command frangen say
or frangen say frandom
This project uses modified angular commit format:
name: Edits to the name list (example scopes: Celeb, Animal)
fran: Edits to the ASCII frans
ci: Changes to our CI configuration files and scripts (example scopes: Travis, Semantic)
docs: Documentation only changes
feat: A new feature
fix: A bug fix
refactor: A code change that neither fixes a bug nor adds a feature
style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
test: Adding missing tests or correcting existing tests
So for example adding a name could have commit message name(celeb): Add Scarlet JoFransson
This allows automatic publishing to npm with any user-facing changes.