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...
- Host: GitHub
- URL: https://github.com/sibteali786/wctool
- Owner: sibteali786
- Created: 2024-01-02T21:02:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-03T17:35:35.000Z (11 months ago)
- Last Synced: 2025-01-08T22:39:08.817Z (5 months ago)
- Topics: cli, javascript, terminal
- Language: JavaScript
- Homepage:
- Size: 182 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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 commandExamples:
`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.