https://github.com/cornayy/firecase
A filename transformer that uses naming conventions.
https://github.com/cornayy/firecase
casing command-line-tool node typescript
Last synced: 11 months ago
JSON representation
A filename transformer that uses naming conventions.
- Host: GitHub
- URL: https://github.com/cornayy/firecase
- Owner: Cornayy
- License: mit
- Created: 2020-06-29T20:03:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T10:00:15.000Z (about 3 years ago)
- Last Synced: 2025-03-22T02:51:16.050Z (12 months ago)
- Topics: casing, command-line-tool, node, typescript
- Language: TypeScript
- Homepage:
- Size: 149 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](LICENSE)