CLI for translating string into typography conventions.
- Accept any string as input.
- Detect substrings based on special chars or uppercase letters as separators.
- Join substrings based on the typography convention selected:
- snake case
- pascal case
- camel case
- constant case
- kebab case
$ typocase pascal abc_def_ghi
AbcDefGhi
This software is released under the MIT LICENSE.
Martin Tovmassian