# Harbor Project management tool for CoreOS fleets ### Installing `TODO` Figure out how to install harbor in a easy way. ### Setup Run `harbor setup` to configure and setup harbor. ```sh harbor setup ``` ## Running the tests ```sh cargo test ``` ### Coding style Harbor makes heavy use of rustfmt ```sh cargo install rustfmt cargo-fmt ``` ## Authors * **Fredrik Park** ## License This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details