0.0.0 • Published 4 years ago
muneeb v0.0.0
muneeb
Todo CLI app
Usage
$ npm install -g muneeb
$ muneeb COMMAND
running command...
$ muneeb (-v|--version|version)
muneeb/0.0.0 win32-x64 node-v14.17.6
$ muneeb --help [COMMAND]
USAGE
$ muneeb COMMAND
...
Commands
muneeb add [TODO]
muneeb hello [FILE]
muneeb help [COMMAND]
muneeb interact-inquirer
muneeb interact-inquirer.ts
muneeb list
muneeb remove [INDEX]
muneeb add [TODO]
Add new todo
USAGE
$ muneeb add [TODO]
OPTIONS
-d, --done
See code: src/commands/add.ts
muneeb hello [FILE]
describe the command here
USAGE
$ muneeb hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ muneeb hello
hello world from ./src/hello.ts!
See code: src/commands/hello.ts
muneeb help [COMMAND]
display help for muneeb
USAGE
$ muneeb help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
muneeb interact-inquirer
Enter the Interacting mode on CMD
USAGE
$ muneeb interact-inquirer
See code: src/commands/interact-inquirer.ts
muneeb interact-inquirer.ts
Enter the Interacting mode on CMD
USAGE
$ muneeb interact-inquirer.ts
See code: src/commands/interact-inquirer.ts.ts
muneeb list
Print out all todos
USAGE
$ muneeb list
See code: src/commands/list.ts
muneeb remove [INDEX]
Remove todo
USAGE
$ muneeb remove [INDEX]
See code: src/commands/remove.ts
0.0.0
4 years ago