Skip to content

A filename transformer that uses naming conventions.

License

Notifications You must be signed in to change notification settings

Cornayy/firecase

Repository files navigation

firecase

A filename transformer that uses naming conventions.

Usage

firecase - A filename transformer that uses naming conventions.

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

License

MIT

About

A filename transformer that uses naming conventions.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published