1.2.1 • Published 4 years ago

node_cli_todo v1.2.1

Weekly downloads
4
License
MIT
Repository
-
Last release
4 years ago

node_cli_todo

一个基于cli的todo例子,用nodejs完成。

命令

  • 查看当前所有待办事项

    t list

  • 查看已完成待办事项

    t -d / t --done

  • 查看未完成待办事项

    t -u / t --undone

  • 清除所有待办

    t clear

  • 增加待办事项

    t add <taskName> [description]

    e.g. t add 吃早饭 鸭肉粥加油条卤蛋

  • clear

    t clear

  • 查看当前版本号

    t -V / t --version

  • 查看文件存储路径

    t -p / t --path

1.1.4

4 years ago

1.1.3

4 years ago

1.2.1

4 years ago

1.0.1

4 years ago