A terminal user interface for managing JavaScript/TypeScript blocks with jsrepo.

Before using jsrepo-tui, make sure you have the jsrepo npm package installed. You can install it either:
- Globally:
npm install -g jsrepo
- Or locally in your project:
npm install jsrepo
There are two ways to install jsrepo-tui:
Download the latest binary for your operating system from the GitHub Releases page.
If you have Go installed on your system, you can install jsrepo-tui directly using:
go install github.com/fredrikmwold/jsrepo-tui@latestAfter installation, you can start the TUI by running:
jsrepo-tui