august-build 0.1.0

Task-based build system with a custom syntax and modularity features for all your artifact construction needs. Built with love. Built with Rust. Build with August.
Documentation

August

August is a build system much like others of the task-based genre. It uses a custom syntax for configuring builds and can import other files for the purpose of modularity.

Installation

The recommended installation method is via Cargo:

cargo install august-build

To install from source, clone the repo, run the following command and copy out the binary:

cargo build --release

Documentation

Writing the getting started documentation is still in progress, but most of the implementation details have been written up. To view the docs locally (for now until I get some proper hosting), you will need pip:

pip install mkdocs-material
mkdocs serve

Brilliant Crates

August is only made possible thanks to the efforts of many others. Here they all are: