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

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

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
```