node.inflection
node.inflection copied to clipboard
feat: support CamelCase to kebab-case conversion
Searched for CamelCase to dash-case and didn't find it, so I added this ability to this repo.
Before:
inflection.transform( 'AllJobs', [ 'underscore', 'dasherize' ]); // === 'all-jobs'
Now:
inflection.kebabize('AllJobs'); // === all-jobs
@ben-lin hi, does anyone maintain this repo?
maybe change-case will be more sufficient? https://runkit.com/nullvoxpopuli/64381760e1828400085cfffc