hasundue / molt

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

An option to update a lock file when committing each change #118

Closed hasundue closed 5 months ago

hasundue commented 6 months ago

Probably like

molt deps.ts --commit --lock
hasundue commented 5 months ago

Note that we can already do this with the current version by --pre-commit lock where lock is a task defined in deno.json to run deno cache --lock-write.