deno/cli/args
Nathan Whitaker 5e20982a30
feat(add/install): --npm and --jsr flags for deno add/install (#28666)
Flags to set the default registry for "bare" package names (no `npm:` or
`jsr:` prefix)
```
deno add --npm chalk react @types/react jsr:@std/fs
deno add --jsr @std/fs @std/async @std/fmt npm:chalk
```
2025-04-01 19:12:48 +00:00
..
deno_json.rs fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
flags.rs feat(add/install): --npm and --jsr flags for deno add/install (#28666) 2025-04-01 19:12:48 +00:00
flags_net.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
lockfile.rs feat(unstable): support using a local copy of npm packages (#28512) 2025-03-21 03:09:57 +00:00
mod.rs feat(unstable/run): ability to lazily load statically analyzable dynamic imports (#28593) 2025-03-25 11:38:45 -04:00
package_json.rs feat(unstable): support using a local copy of npm packages (#28512) 2025-03-21 03:09:57 +00:00