A tool to convert TOML into issues. Supports only trello for now.
- Linux
- Rust (tested on rustc 1.25.0-nightly (0c6091fbd 2018-02-04))
- Node (tested on v8.9.1)
- trello-cli
$ npm install -g trello-cli
$ trello set-auth [your trello key]
$ cargo install --git https://github.com/blockexplorer/issueboss
$ issueboss trello -b board -l list ./issues.toml
Distributed under the MIT license. See LICENSE
for more information.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.