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

https://github.com/sibteali786/wctool

An inspiration of WC command line CLI as part of Coding Challenges by John Cricket, Used yargs, boxen, chalk for better argument parsing, documentation, erorr handling, beautification and much more...
https://github.com/sibteali786/wctool

cli javascript terminal

Last synced: 4 months ago
JSON representation

An inspiration of WC command line CLI as part of Coding Challenges by John Cricket, Used yargs, boxen, chalk for better argument parsing, documentation, erorr handling, beautification and much more...

Awesome Lists containing this project

README

        

# How to use

- Simply run command by installing package globally using
`npm i -g`
- Then `myWc -flag ` to run the command

Examples:
`wcTool -c `
test.txt Count bytes in file specified.

### Features

- Can use `myWc --help` to know which commands and or flags are supported by myWc to run.