Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nodejs/installer
Electron based installer for Node.js.
https://github.com/nodejs/installer
node nodejs
Last synced: 30 days ago
JSON representation
Electron based installer for Node.js.
- Host: GitHub
- URL: https://github.com/nodejs/installer
- Owner: nodejs
- License: other
- Archived: true
- Created: 2016-07-01T03:33:46.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2021-06-17T19:09:05.000Z (over 3 years ago)
- Last Synced: 2024-10-29T17:18:40.355Z (4 months ago)
- Topics: node, nodejs
- Language: JavaScript
- Size: 613 KB
- Stars: 194
- Watchers: 22
- Forks: 36
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Node.js Installer
This is an Electron application for installing, updating and managing versions of Node.js as well as npm.
The goal is to be far more humane and user friendly than traditional methods of installation. The focus is primarily new users to Node, who are just looking for the easiest way to get started.
## To Develop
Please see [the development guide](guides/development.md) for details!