https://github.com/daiki48/deno-todo-cli
Todo App by Deno
https://github.com/daiki48/deno-todo-cli
Last synced: 2 months ago
JSON representation
Todo App by Deno
- Host: GitHub
- URL: https://github.com/daiki48/deno-todo-cli
- Owner: Daiki48
- Created: 2023-08-06T14:19:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-07T13:19:54.000Z (almost 2 years ago)
- Last Synced: 2025-02-06T22:31:54.336Z (4 months ago)
- Language: TypeScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo App by Deno
# Usage
## Show todo list
```shell
$ deno task read --list
```## Add todo
```shell
$ deno task write --add hoge
```## Complete todo
```shell
$ deno task write --complete hoge
```