Skip to main content

ndeno

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


README

English | 简体中文


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 --allow-write --unstable -rfn n https://deno.land/x/ndeno/mod.ts

daily

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 

uinstall

deno uninstall n

License

Made with markthree

Published under MIT License.