github-tui/README.md
2024-03-23 10:07:04 +00:00

25 lines
277 B
Markdown

# github-tui
A TUI interface to GitHub
## Development
Build a project for the first time:
```
opam switch create .
dune build
```
Build the project for the second time:
```
dune build
```
Install dev dependencies:
```
opam install utop ocamlformat ocaml-lsp-server
```