august-build

Crates.ioaugust-build
lib.rsaugust-build
version0.6.1
sourcesrc
created_at2023-04-12 00:45:57.029576
updated_at2024-08-31 01:37:50.115854
descriptionTask-based build system with a custom syntax and focus on paralellism for all your artifact construction needs.
homepagehttps://august-build.web.app
repositoryhttps://github.com/ScratchCat458/august-build
max_upload_size
id836450
size114,474
Hayden Brown (ScratchCat458)

documentation

https://docs.rs/august-build

README

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

To install from source:

git clone https://github.com/ScratchCat458/august-build
cd august-build
cargo install --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)
Commit count: 40

cargo fmt