-
Notifications
You must be signed in to change notification settings - Fork 8
Cheatsheet
Md. Shohel Rana edited this page Apr 23, 2018
·
8 revisions
npm install or npm inpm install "your package name" --save-dev
npm install "your package name" --savenpm i npmnpm cache verify
# if npm version is < 5 then use `npm cache clean`git clone "your repository name"
git clone "your repository name" --"your favorite name"git pull -f origin mastergit add --all
git commit -m "Your messages"
git push -u origin master