Param Case
Transform into a lower cased text with dashes between words.
Installation
npm install text-param-case --save
Usage
; ; //=> "string"; //=> "dot-case"; //=> "pascal-case"; //=> "camel-case"; //=> "version-1-2-3"
The function also accepts options
.
License
MIT