Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.27 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.27 KB

August

crates.io Workflow Status License

August Logo

August is a task-based build system with a strong focus on parallelism.

Installation

The recommended installation method is via Cargo:

cargo install august-build --locked

To install from source:

git clone https://github.com/ScratchCat458/august-build
cd august-build
cargo install --locked --path .

Documentation

August's user documentation can be found at https://august-build.web.app. Internal docs can be found on docs.rs though everything is mostly undocumented.

If you use August in your project, you can add this badge to your README: Built with August

[![Built with August](https://img.shields.io/badge/built%20with-august-blueviolet)](https://github.com/ScratchCat458/august-build)