ndeno
v2.1.4
Published
js runtime project management tool | js runtime 项目管理命令工具
Readme
ndeno
js runtime project management tool
README
English | 简体中文
Motivation
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.
Usage
install
deno install --allow-read --allow-env --allow-run --allow-write -rfn n https://deno.land/x/ndeno/mod.tsOf 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.tsnodejs
you can use npm install ndeno -g to install ndeno globally. (In a pure
nodejs environment)
daily
Automatically determine the package manager of the project, without worrying
n # Amount to npm installn i express # Amount to npm install expressn dev # Amount to npm run devn -h # View current usage informationuinstall
deno uninstall nLicense
Made with markthree
Published under MIT License.
