Skip to content

Latest commit

 

History

History
39 lines (35 loc) · 693 Bytes

README.md

File metadata and controls

39 lines (35 loc) · 693 Bytes

golemcli in Rust

This is the golemcli in rust

To start the application use

cargo run

To build the application use

cargo build

TODO:

  • project basics
    • README
    • github
  • golemcli features
  • tests
    • unit test
    • integration test
    • coverage report
  • ci
    • circle
    • appveyor
    • travis
    • codecov
    • build user docs
    • deploy user docs
    • deploy binaries on tag