Web App for uploading NPM packages to npmjs.com.
- NodeJS 8.4.0 or higher.
- NPM 5.3.0 or higher.
- P7zip-full 16.02 or higher.
- Git
To prepare the environment for the script follow this steps (based on Ubuntu 14.04):
- (Optional) Update your linux repositories and upgrade all packages.
$ sudo apt-get update
$ sudo apt-get upgrade
- Install p7zip-full, NodeJS and Git on your system.
$ sudo apt-get install p7zip-full nodejs git
- Clone this repository, give permissions, and move inside it on the terminal.
$ git clone https://github.com/yulioaj290/npm-uploader.git
$ sudo chmod -R 777 npm-uploader
$ cd npm-uploader
- Install NPM dependencies.
$ npm install
- Execute the following command to run the app on the port 3000 and the integrated NodeJS server in the port 4000.
$ npm run execute
Open in browser http://localhost:3000
or http://127.0.0.1:3000
, or feel free to configure with your custom domain preferences.