1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-01-13 22:28:25 +08:00
ohmyzsh-mirror/plugins/truffle/README.md

19 lines
281 B
Markdown

Truffle simple plugin to make commands autocomplition
=====================================================
Supported commands
------------------
- init
- compile
- migrate
- test
- exec
- develop
- console
Installation nodes
------------------
```bash
plugins=(... truffle)
```