Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yoangau/todocaml

🐫 Todocaml - CLI Todo written in Ocaml
https://github.com/yoangau/todocaml

ocaml todo todolist

Last synced: 9 days ago
JSON representation

🐫 Todocaml - CLI Todo written in Ocaml

Awesome Lists containing this project

README

        

# todocaml
My first OCaml project.
A simple todo list application written in OCaml.

## Commands

### Build

```sh
dune build
```
### Watch

```sh
dune build --watch --terminal-persistence=clear-on-rebuild
```

### Run

```sh
./_build/default/bin/todocaml.exe
```

```sh
dune exec ./bin/todocaml.exe
```