https://github.com/nugine/tlaplus-cli
https://github.com/nugine/tlaplus-cli
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nugine/tlaplus-cli
- Owner: Nugine
- License: mit
- Created: 2022-03-25T02:12:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-01T12:02:23.000Z (about 3 years ago)
- Last Synced: 2025-02-14T11:34:46.735Z (2 months ago)
- Language: Rust
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tlaplus-cli
## Install
```bash
git clone https://github.com/Nugine/tlaplus.git
cd tlapluscargo install --path .
sudo ln -s `which tlaplus-cli` /usr/local/bin/tla+
```