Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yoangau/todocaml
- Owner: yoangau
- License: mit
- Created: 2024-10-08T17:10:58.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T02:33:09.000Z (2 months ago)
- Last Synced: 2024-10-24T19:12:44.328Z (about 2 months ago)
- Topics: ocaml, todo, todolist
- Language: OCaml
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```