toml v0.2.1 (5e709dcf)
This is a fork from the original repo https://github.com/gnprice/toml-cli that adds CI to generate Linux and MacOS binaries.
Downloads
Download the binary for your OS from below:
- Linux
- MacOS
Install
From source
cargo install --git https://github.com/chevdor/toml-cli
Linux
wget https://github.com/chevdor/toml-cli/releases/download/v0.2.1/toml_linux_amd64_v0.2.1.deb -O toml-cli.deb
sudo dpkg -i toml-cli.deb
toml --help
MacOS
brew tap chevdor/toml https://github.com/chevdor/toml-cli
brew update
brew install chevdor/toml/toml