NPM
Install an NPM Package from a Github Branch
This is useful if you branched off a repo and want it in your app, but it's not published to NPM
npm install {github-username}/{repo-name}#{branch-name}
This is useful if you branched off a repo and want it in your app, but it's not published to NPM
npm install {github-username}/{repo-name}#{branch-name}