hellointro
v1.0.2
Published
``` npm init --yes npm set init.author.name j0hnniewa1ker npm set init.author.email "[email protected]" vi README.md npm login npm publish ``` ## initial git ``` git init git add . git commit -m "hellointro npm published, git init" git b
Readme
hellointro
initial npm
npm init --yes
npm set init.author.name j0hnniewa1ker
npm set init.author.email "[email protected]"
vi README.md
npm login
npm publishinitial git
git init
git add .
git commit -m "hellointro npm published, git init"
git branch -M customer
git remote add origin [email protected]:hellointro/hellointro.git
git push -u origin customernpm update
npm version patch
npm publish