2 releases

0.1.0-beta.1 Oct 8, 2023
0.1.0-alpha.1 Aug 11, 2023

#201 in Configuration

GPL-3.0-only

460KB
2K SLoC

Animated Allay

Allay

Your Personal Creator Assistant

Warning

This project is in a work-in-progress status. Many features as well as links may not work yet. Consider waiting for a stable release if you want to use this program.

Status

  1. Make it work[^1]
  2. Make it right
  3. Make it fast

Installation

Quick Install

  1. Goto the Releases section.
  2. Download the file that you need for your operating system from the latest stable release.
  3. Unzip the file.
    • Windows: Add the path to the file to your PATH environment variable.
    • Linux/macOS: Move the file to /usr/local/bin/.

Via Cargo

cargo install allay

... or with binstall ...

cargo binstall allay

Quickstart

# note: This is a bash script

# intialize new project
mkdir my-project
cd $_
allay init

# populate pack(s)
echo '{"foo": "bar"}' > src/BP/hello.txt

# build pack(s)
allay build

Versioning

Allay adheres to Semantic Versioning. The changelog is documented here.

TODO

[^1]: Most features work.

Dependencies

~15–27MB
~483K SLoC