Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback

ndeno

Command line tool created by deno to manage node projects (Unified)


Motivation

I hope there is a tool to help me block out npm, yarn and pnpm to manage node projects


Usage

install

deno install --allow-read --allow-env --allow-run -n n https://deno.land/x/ndeno/mod.ts

uinstall

deno uninstall n

daily

install

Automatically determine the package manager of the project, without worrying

n # amount to npm install
n i express # amount to npm install express
n dev # amount to npm run dev

License

Made with markthree

Published under MIT License.