🌒 A TUI for GitHub
Go to file
Dmitrii Kovanikov 26dff75139 Decrease FPS
2024-06-22 11:52:14 +01:00
bin Format OCaml code 2024-03-23 10:26:12 +00:00
lib Decrease FPS 2024-06-22 11:52:14 +01:00
test Create OCaml project 2023-12-28 16:01:56 +00:00
.gitignore Create OCaml project 2023-12-28 16:01:56 +00:00
.ocamlformat Decrease FPS 2024-06-22 11:52:14 +01:00
dune-project Calculate line width properly 2024-04-07 13:15:15 +01:00
github_tui.opam WIP 2024-06-20 18:23:19 +01:00
github_tui.opam.template WIP 2024-06-20 18:23:19 +01:00
LICENSE Initial commit 2023-12-26 12:42:16 +00:00
README.md Add docs on how to build a project 2024-03-23 10:07:04 +00:00

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