1 article tagged with "github"

How to install packages from GitHub using NPM

Using the npm registry is not the only source that we can use to install packages into our applications. NPM also has the ability to install from a remote git url as long as the repository has a package.json file in it’s root directory. Installing from GitHub For…