1.0.0 • Published 3 years ago

ahmedclitodo v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

ahmedclitodo

Project2 todo cli with oclif and npm publish

oclif Version Downloads/week License

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]

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