Interogate a Deno project and output a list of projects to support.
This could work by:
- accepting a list of project entry points (ie
main.ts or mod.ts)
- Running
deno info [url] (see deno cli docs)
- Mapping the deps output to a set of projects and outputting those in the stackaid json
Interogate a Deno project and output a list of projects to support.
This could work by:
main.tsormod.ts)deno info [url](see deno cli docs)