Skip to content

Installation For Developers

Güray Yarar edited this page Aug 15, 2017 · 3 revisions

1. Fork the repository (here is the guide)

2. Clone to your machine

git clone https://github.com/[YOUR_USER_NAME]/NodeJsPackageManager.git


3. Install all needed packages

npm install


4. After finished the editing code, publish as an executable file to inside the dist folder on root directory

npm run dist

Clone this wiki locally