A Nix-like software state applier
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Greg Shuflin ad933da4dc
Initial commit
2 weeks ago
src Initial commit 2 weeks ago
.gitignore Initial commit 2 weeks ago
Cargo.toml Initial commit 2 weeks ago
README.md Initial commit 2 weeks ago

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