Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 833 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 833 Bytes

haproxy-alert

A tool to convert TOML into issues. Supports only trello for now.

Installation

Requirements

  • 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

Usage

$ issueboss trello -b board -l list ./issues.toml

License

Distributed under the MIT license. See LICENSE for more information.

Contributing

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.