Use GitHub instead of NPM

added by JavaScript Kicks
10/26/2018 7:56:26 AM

1197 Views

How to require private NPM modules straight from GitHub without publishing them to NPM. Let's say you have some JavaScript code you want to share among several projects, but you don't want to create a private NPM package yet. Maybe you are just experimenting, and setting things up takes effort.


0 comments