UpliftGames / wally

Wally is a modern package manager for Roblox projects inspired by Cargo
https://wally.run
Mozilla Public License 2.0
317 stars 102 forks source link

Automate including test projects #141

Open u-train opened 1 year ago

u-train commented 1 year ago

Right now, the workflow of doing so is:

  1. Make the test project.
  2. Zip that test project and add it to one of the test registries.
  3. Run wally manifest-to-json --project-path ./path/to
  4. Paste the result into the corresponding index file of the registry.

It's tedious at best, and there's nothing that some tooling can't do!