Skip to main content
The Deno 2 Release Candidate is here
Learn more

Nudd

Run this script to update your Deno dependencies to their latest published versions. This package is a fork of the original deno-udd package created from Andy Hayden with significant modifications and renamed to nudd (New Udd).

Install

deno install --allow-read --allow-write --allow-net -fr --name nudd https://deno.land/x/nudd/cli.ts

Usage

For example, to update url imports inside deps.ts run:

nudd deps.ts

To update all the ts files in your directory:

nudd *.ts