dmm (pronounced "dim") is a Deno module manager. It can update your deps.ts
file, check if any of your dependencies are out of date, and give you information about any module in the Deno world. Managing your dependencies hasn't been easier.
How It Works
dmm reads the deps.ts
file at the current working directory -- checking versioned import
and export
statements and checking to see if they can be updated. If any dependency can be updated, it lets you know which ones can be updated. If you want to update them, dmm will rewrite your deps.ts
file so that your dependencies reflect their latest versions in just one simple command.
Want to manage your Deno dependencies in a simpler manner? Check out dmm!
Top comments (1)
Nice module. Will try it with Drash framework