Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pkc918/cli-todo


https://github.com/pkc918/cli-todo

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

## install
```
npm install -g ppp-todo
&
yarn global add ppp-todo
```
## use
### 添加一个任务
```
ppp add taskName
```
### 查看所有任务
```
ppp tasks
```
### 清空所有任务
```
ppp clear
```
### 查看指令
```
ppp
&
ppp help
```