Skip to content

yulioaj290/npm-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NPM Uploader (Web App)

Web App for uploading NPM packages to npmjs.com.

Requirements


  • 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):

  1. (Optional) Update your linux repositories and upgrade all packages.
$ sudo apt-get update
$ sudo apt-get upgrade
  1. Install p7zip-full, NodeJS and Git on your system.
$ sudo apt-get install p7zip-full nodejs git
  1. 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
  1. Install NPM dependencies.
$ npm install
  1. Execute the following command to run the app on the port 3000 and the integrated NodeJS server in the port 4000.
$ npm run execute

Access to the app

Open in browser http://localhost:3000 or http://127.0.0.1:3000, or feel free to configure with your custom domain preferences.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published