Skip to content
/ ndeno Public
generated from markthree/deno-starter

js runtime project management tool / js runtime 项目管理工具

License

Notifications You must be signed in to change notification settings

dishait/ndeno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 --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 i -a # Automatically deep file dependencies and install
n dev # Amount to npm run dev
n here # Detect the project manager of the current directory
n refresh pnpm # Switch package manager to pnpm

uinstall

deno uninstall n

License

Made with markthree

Published under MIT License.