Skip to content

fenix20113/renamer-case

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

view on npm npm module downloads Build Status Dependency Status Coverage Status js-standard-style

renamer-case

Renamer plugin to set the case of a filename.

Possible values: camel, kebab, lower, upper, snake and start. It uses the lodash methods by the same name.

Install

$ npm install -g renamer renamer-case

Use


$ tree -N
.
├── One one
└── One two

0 directories, 2 files

$ renamer -p case --case camel *
✔︎ One one → oneOne
✔︎ One two → oneTwo

$ tree -N
.
├── oneOne
└── oneTwo

0 directories, 2 files

© 2018 Lloyd Brookes [email protected].

About

Renamer plugin to set the case of a filename.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%