```bash
cargo install zinkup --features elko
```
```bash
elko
Package manager of zink.
Usage: elko [OPTIONS] <COMMAND>
Commands:
new Create a new zink project
build Build zink project to EVM bytecode
help Print this message or the help of the given subcommand(s)
Options:
-v, --verbose... Verbose mode (-v, -vv, -vvv, etc.)
-h, --help Print help
-V, --version Print version
```
GPL-3.0