js runtime project management tool
English | 简体中文
I wish there was a command tool that could smooth out the differences between
npm
, yarn
, pnpm
, and other node
project package managers, and deno
when used.
deno install --allow-read --allow-env --allow-run --allow-write -rfn n https://deno.land/x/ndeno/mod.ts
Of course, if you don't have Deno installed 👇
npx deno-npx install --allow-read --allow-env --allow-run --allow-write -rfn n https://deno.land/x/ndeno/mod.ts
you can use npm install ndeno -g
to install ndeno
globally. (In a pure
nodejs environment)
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
n -h # View current usage information
deno uninstall n
Made with markthree
Published under MIT License.