ahmedclitodo
v1.0.0
Published
Project2 todo cli with oclif and npm publish
Downloads
1
Readme
ahmedclitodo
Project2 todo cli with oclif and npm publish
Usage
$ npm install -g ahmedclitodo
$ ahmedclitodo COMMAND
running command...
$ ahmedclitodo (-v|--version|version)
ahmedclitodo/1.0.0 win32-x64 node-v12.16.2
$ ahmedclitodo --help [COMMAND]
USAGE
$ ahmedclitodo COMMAND
...
Commands
ahmedclitodo add [TODO]
ahmedclitodo hello [FILE]
ahmedclitodo help [COMMAND]
ahmedclitodo interact [FILE]
ahmedclitodo list
ahmedclitodo remove [INDEX]
ahmedclitodo add [TODO]
Add new todo to list
USAGE
$ ahmedclitodo add [TODO]
OPTIONS
-d, --done
See code: src/commands/add.ts
ahmedclitodo hello [FILE]
describe the command here
USAGE
$ ahmedclitodo hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ ahmedclitodo hello
hello world from ./src/hello.ts!
See code: src/commands/hello.ts
ahmedclitodo help [COMMAND]
display help for ahmedclitodo
USAGE
$ ahmedclitodo help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
ahmedclitodo interact [FILE]
describe the command here
USAGE
$ ahmedclitodo interact [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
See code: src/commands/interact.ts
ahmedclitodo list
Print out all todos
USAGE
$ ahmedclitodo list
See code: src/commands/list.ts
ahmedclitodo remove [INDEX]
Remove todo from a list
USAGE
$ ahmedclitodo remove [INDEX]
See code: src/commands/remove.ts