github-tui/README.md

25 lines
277 B
Markdown
Raw Normal View History

2023-12-26 15:42:16 +03:00
# github-tui
2024-03-23 13:07:04 +03:00
2023-12-26 15:42:16 +03:00
A TUI interface to GitHub
2024-03-23 13:07:04 +03:00
## 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
```