https://github.com/caer/aer
A command-line toolkit for creatives.
https://github.com/caer/aer
Last synced: 8 months ago
JSON representation
A command-line toolkit for creatives.
- Host: GitHub
- URL: https://github.com/caer/aer
- Owner: caer
- License: other
- Created: 2025-07-12T04:14:19.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-09-28T03:35:52.000Z (9 months ago)
- Last Synced: 2025-09-28T05:38:42.065Z (9 months ago)
- Language: Rust
- Homepage:
- Size: 3.2 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://crates.io/crates/aer)
[](https://docs.rs/aer/)
[](https://deepwiki.com/caer/aer)
A command-line toolkit for creatives.
## What's Here
> [!NOTE]
> This crate is a work-in-progress toolkit for supporting the entire process of creating static web content, from concept to deployment.
> The way the tools are organized will likely change in future versions of the crate.
### Color Palette Picker

The default entrypoint (via `cargo run`, or by running `aer` after `cargo install aer`) launches an interactive color palette picker based on [Oklab Colorspace](https://bottosson.github.io/posts/oklab/) relationships.
### Asset Processors
> [!WARNING]
> While these processors _are_ implemented within the `aer` library, they aren't _currently_ exposed via a command-line interface. Work-in-progress!
In addition to the interactive color picker, the `aer` crate exposes a collection of ["asset processors"](src/proc.rs) which can be assembled into a pipeline for compiling static websites.
## License and Contributions
Copyright © 2025 With Caer, LLC.
Licensed under the Functional Source License, Version 1.1, MIT Future License.
Refer to [the license file](LICENSE.txt) for more info.