0.1.1 • Published 10 years ago
caser v0.1.1
caser
Command-line interface to string casing tools.
Example
$ echo "some kind of a title" |caser --title
Some Kind of a TitleCLI
caser <option>
Caser reads stdin and writes to stdout.
The only options are:
--camel--pascal--dot--slug--snake--space--constant--capital--title--sentence--lower--upper--inverse--none
Most of these names are self-descriptive, check out to-case homepage for details (it is the module that actually does all heavy-lifting).
Install
npm install -g caserLicense
MIT

