Simple Modpack-as-code tool in Gleam
at main 7 lines 231 B view raw view rendered
1# noir_example 2 3```sh 4gleam run noir build # Resolve new lockfile 5gleam run noir export # Export modpack as zip, mrpack or serverpack 6gleam run noir update # Update all the mods in the lockfile to the latest compatible version 7```