A Nix-like software state applier
Go to file
Greg Shuflin ad933da4dc Initial commit 2023-03-05 22:56:33 -08:00
src Initial commit 2023-03-05 22:56:33 -08:00
.gitignore Initial commit 2023-03-05 22:56:33 -08:00
Cargo.toml Initial commit 2023-03-05 22:56:33 -08:00
README.md Initial commit 2023-03-05 22:56:33 -08:00

README.md

Statemaker

This is an implemention of a software system akin to Nix, which has:

  • a description language for the desired state of a software system
  • an application to apply and manage these states