rsm-hcd / spino

Spino is a build orchestration tool specifically for use within Deno Workspaces. It is designed to be a simple, fast, and reliable tool for managing the build process of Deno projects.
MIT License
1 stars 1 forks source link

Cleanup Workspace Task Parser #1

Closed myty closed 1 month ago

myty commented 1 month ago

Right now, there is code duplication between parsing package.json and deno.json files. Tests would be nice too.