Package Exports
- firecase
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (firecase) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
firecase
Rename the files in your projects to match popular casings.
Usage
firecase - Rename the files in your projects to match popular casings.
USAGE
firecase [option...] [path]
OPTIONS
CASINGS
-C, --camelcase | Transforms all the filenames in the specified directory into camel casing.
-K, --kebabcase | Transforms all the filenames in the specified directory into kebab casing.
-P, --pascalcase | Transforms all the filenames in the specified directory into pascal casing.
-S, --snakecase | Transforms all the filenames in the specified directory into snake casing.
GENERAL
-H, --help | Lists all the possible arguments you can pass to firecase.
-V, --version | Prints the current version of firecase. Installation
npm i -g firecase