How to download and setup npm-package
Open terminal and run command
git clone https://github.com/PranamBhat/npm-package.git
git clone is used to create a copy or clone of npm-package repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with npm-package https://github.com/PranamBhat/npm-package/archive/master.zip
Or simply clone npm-package with SSH
[email protected]:PranamBhat/npm-package.git