hasundue / molt

Update dependencies the Deno way
https://jsr.io/@molt
MIT License
60 stars 5 forks source link

Add `--config` option to CLI #164

Open hasundue opened 2 months ago

hasundue commented 2 months ago

Now the --import-map option accepts both deno.json (or deno.jsonc) and an import map JSON, which is inconsistent with the Deno runtime.

We should probably add --config option and make --import-map consistent with the runtime.