1.0.2 • Published 3 years ago

hellointro v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

hellointro

initial npm

npm init --yes  
npm set init.author.name j0hnniewa1ker   
npm set init.author.email "hellointro@j0hnniewa1ker.com"
vi README.md
npm login
npm publish

initial git

git init
git add . 
git commit -m "hellointro npm published, git init" 
git branch -M customer
git remote add origin git@github.com:hellointro/hellointro.git
git push -u origin customer

npm update

npm version patch
npm publish