An open API service indexing awesome lists of open source software.

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

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
```