recase-files
v1.0.0
Published
CLI utility to recase files matching a glob pattern
Downloads
7
Maintainers
Readme
recase-files
CLI utility to recase files matching a glob pattern
Table of Contents
Usage
npx recase-files ./public/images/** -t kebab
Supported transforms are: kebab
, snake
, train
, pascal
, camel
, lower
, upper
Install
This project uses node and npm.
$ npm install --global recase-files
Contribute
- Fork it and create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am "Add some feature"
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
License
MIT