Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pkc918/cli-todo
https://github.com/pkc918/cli-todo
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pkc918/cli-todo
- Owner: pkc918
- Created: 2022-07-25T09:04:24.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-25T10:23:43.000Z (over 2 years ago)
- Last Synced: 2024-10-11T12:18:44.546Z (about 1 month ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```