Skip to content
This repository has been archived by the owner on Sep 5, 2021. It is now read-only.

Latest commit

 

History

History
91 lines (59 loc) · 4.49 KB

README.zh-cn.md

File metadata and controls

91 lines (59 loc) · 4.49 KB

For more portable applications, checkout Portapps !

GitHub release Total downloads Build Status Go Report
Become a sponsor Donate Paypal

阅读此文档其他语言的版本: English, 简体中文.

⚠️ Abandoned project

This project is not maintained anymore and is abandoned. Feel free to fork and make your own changes if needed.

Thanks to everyone for their valuable feedback and contributions.

关于

这是一个用 Go 语言 写的小程序,可以绿化 Windows 系统上的 Node.js 开发环境
已经在 Windows 7 , Windows 8.1 和 Windows 10 上完成测试。

Node.js Portable 的主窗口

配置文件 nodejs-portable.conf 会在初次启动时被创造:

安装

非常不推荐将 nodejs-portable.exe 放入带中文的路径中,可能会报各种诡异的错误Orz

开始使用

运行 nodejs-portable.exe ,然后按提示输入:

  • 1 自动安装, 输入版本号和系统架构, 然后程序会自动安装 Node.js 环境。
  • 2 自动配置并运行 Node.js 开发环境。

如果你已经安装完成了 Node.js , 新建一个 app 文件夹, 将你的环境放入其中, 再执行 nodejs-portable.exe 即可 (#35)

nodejs-portable.conf 配置文件

  • workPath : 环境的工作目录 (可以是相对于 nodejs-portable.exe 的相对路径)。
  • customPaths : 一组用于放入 PATH 环境变量 的路径 (可以是相对于 nodejs-portable.exe 的相对路径)。
  • immediateMode: 立即模式, 将其设置为 true 来直接打开运行时环境。
  • shell: Shell to be used. Can be cmd (default) or powershell.

如果出现了异常, 请检查或提供 nodejs-portable.log 来获取更多信息.

Command line

Node.js Portable can be used through the command line to inject arguments directly to node:

$ nodejs-portable.exe --version
v9.5.0

Take a look into nodejs-portable.log if you have any issue.

构建

  • 安装 Go 1.12+
  • 将 Go 加入你的 PATH 环境变量 (例如 C:\Go\bin)
  • Install latest version of Mage
  • Add Mage to your PATH
  • Clone this repository
  • Run mage build inside. The artifact will be available in bin

我怎么支持项目?

Want to contribute? Awesome! The most basic way to show your support is to star the project, or to raise issues.

You can also support this project by becoming a sponsor on GitHub or by making a Paypal donation to ensure this journey continues indefinitely!

Thanks again for your support, it is much appreciated! 🙏

许可证

MIT。阅读 LICENSE 来获得更多细节。
USB 图标感谢 Dakirby309
中文翻译 Retomehere