0.0.8 • Published 3 years ago

node-todo-lsy v0.0.8

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

node-todo

该程序实现了 node cli,通过命令行实现新建、编辑、删除任务。 涉及技术栈为 commander实现命令完整界面 inquirer实现交互

使用方法

1.安装

npm install -g node-todo-lsy

或者

yarn global add node-todo-lsy

2.使用 t命令查看当前任务,并可选择创建新任务

t

命令效果图

3.直接添加任务

t add <taskName>

4.清空任务

t clear

4.运行测试用例

yarn test

或者

npm test
0.0.8

3 years ago

0.0.7

3 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago