pkdevboxy / installer

Electron based installer for Node.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node.js Installer

This is an Electron application for installing, updating and managing versions of Node.js.

The goal is to be far more humane and user friendly than traditional methods of installation.

To Develop

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/nodejs/installer
# Go into the repository
cd installer
# Install dependencies and run the app
npm install && npm start

Learn more about Electron and its API in the documentation.

About

Electron based installer for Node.js.


Languages

Language:JavaScript 48.4%Language:HTML 36.3%Language:CSS 15.3%