https://github.com/52cik/ine-cli
An independent node environment. (Another node installer that bundle node with application.)
https://github.com/52cik/ine-cli
installer nodejs
Last synced: 2 months ago
JSON representation
An independent node environment. (Another node installer that bundle node with application.)
- Host: GitHub
- URL: https://github.com/52cik/ine-cli
- Owner: 52cik
- License: mit
- Created: 2017-09-04T13:05:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-31T17:20:14.000Z (over 3 years ago)
- Last Synced: 2024-04-28T06:56:49.875Z (about 1 year ago)
- Topics: installer, nodejs
- Language: JavaScript
- Homepage:
- Size: 80.1 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ine-cli
> 独立 node 环境,将 node 安装当当前目录,不影响其他项目。
**Is still in the project experimental stage.**
```sh
$ ine独立 node 环境,将 node 安装当当前目录,不影响其他项目。
使用:
$ ine选项:
-h, --help 显示帮助信息
-v, --version 显示版本信息命令:
ls [-a, --all] 列出 LTS 版本 (-a 所有版本)
install, i [version] 安装指定版本
uninstall, uni 卸载安装目录例子
$ ine ls
✔ 以下是LTS可安装的版本:
v12.18.2 lts
v10.21.0 lts
...
$ ine ls -a
✔ 以下是所有可安装的版本:
14.5.0
14.4.0
...
$ ine i 12
✔ node v10.21.0 完成!
$ ine uni
✔ 删除成功!
```