An open API service indexing awesome lists of open source software.

https://github.com/nugine/tlaplus-cli


https://github.com/nugine/tlaplus-cli

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# tlaplus-cli

## Install

```bash
git clone https://github.com/Nugine/tlaplus.git
cd tlaplus

cargo install --path .

sudo ln -s `which tlaplus-cli` /usr/local/bin/tla+
```