recase-files

CLI utility to recase files matching a glob pattern

Usage no npm install needed!

<script type="module">
  import recaseFiles from 'https://cdn.skypack.dev/recase-files';
</script>

README

recase-files

package version package downloads standard-readme compliant package license make a pull request

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

  1. Fork it and create your feature branch: git checkout -b my-new-feature
  2. Commit your changes: git commit -am "Add some feature"
  3. Push to the branch: git push origin my-new-feature
  4. Submit a pull request

License

MIT