/todo-md-cli

Official client to manage multiple TODO.md files.

Primary LanguageTypeScript

todo-md-cli

Official client to manage multiple TODO.md files.

oclif Version Downloads/week License

Usage

$ npm install -g todo-md-cli
$ todo COMMAND
running command...
$ todo (-v|--version|version)
todo-md-cli/1.0.0 darwin-x64 node-v12.14.1
$ todo --help [COMMAND]
USAGE
  $ todo COMMAND
...

Commands

todo help [COMMAND]

display help for todo

USAGE
  $ todo help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

todo init [PATH]

description of this example command

USAGE
  $ todo init [PATH]

OPTIONS
  -m, --maxdepth=maxdepth  Max directory depth

See code: src/commands/init.ts

todo ls [PATH]

description of this example command

USAGE
  $ todo ls [PATH]

See code: src/commands/ls.ts