august-build 0.4.3

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

August

crates.io Workflow Status License

August Logo

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

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.

Brilliant Crates

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

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)