https://github.com/litsynp/commanderjs-example
commander.js example that converts text into specified case
https://github.com/litsynp/commanderjs-example
cli commanderjs nodejs
Last synced: 3 months ago
JSON representation
commander.js example that converts text into specified case
- Host: GitHub
- URL: https://github.com/litsynp/commanderjs-example
- Owner: litsynp
- Created: 2023-11-01T10:58:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T11:19:27.000Z (over 2 years ago)
- Last Synced: 2025-06-12T21:14:14.899Z (about 1 year ago)
- Topics: cli, commanderjs, nodejs
- Language: TypeScript
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# commanderjs-example
commander.js example.
## Dependencies
- [commander.js](https://github.com/tj/commander.js)
- [extra-typings for commander](https://github.com/commander-js/extra-typings)
## Usage
```bash
$ npm run convert-case -- OPTIONS
```
Send `-h` flag for help.
```bash
$ npm run convert-case -- -h
```
## Example
```bash
npm run convert-case -- -i hello world -c uppercase -o out.txt
```