A small executable cheatsheet to show a list of different cases used when coding.
$ brew tap thoran/tap
$ brew install thoran/tap/cases
$ git clone https://github.com/thoran/cases
$ cp ./cases/bin/cases to your preferred executable path
$ chmod +x /path/to/cases
$ cases
camelCase
kebab-case
PascalCase
SCREAMING-KEBAB-CASE
SCREAMING_SNAKE_CASE
snake_case
- Fork it:
https://github.com/thoran/cases/fork
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Create a new pull request