omnom
v0.1.1
Published
A extensible codename generator
Downloads
2
Readme
omnom
Installation
$ npm install -g blossom
Usage
$ blossom <GENERATOR> [OPTIONS]
$ blossom help
for more info
Included Generators
wiktionary
:blossom wiktionary [OPTIONS] <FORMAT>
FORMAT
: Can be any number of Alphanumeric characters plus_.-
. [:name] will be understood as the word category "name" and will be resolved with wiktionary.-n, --count
: Will produce n code names
Git Commit Messages
- Use the past tense ("Added feature" not "Add feature")
- Limit the first line to 72 characters or less
- Reference issues and pull requests liberally
- Consider starting the commit message with an applicable emoji:
- ➕ when adding a feature
- ➖ when removing a feature
- 🎉 when improving a feature
- 🎨 when improving the format/structure of the code
- 🐎 when improving performance
- 🚱 when plugging memory leaks
- 🔞 when using dirty hacks
- 📝 when writing docs
- 🐛 when fixing a bug
- 🔥 when removing code or files
- 💚 when fixing the CI build
- 💻 when making changes to the infrastructure
- ✅ when adding tests
- 🔒 when dealing with security
- ⬆️ when upgrading dependencies
- ⬇️ when downgrading dependencies
- 👕 when removing linter warnings
(source)