1.2.1 • Published 5 years ago
@barokah-group/core v1.2.1
//To join this Project: //move to desire path of your project cd "your-full-path"
//install Git: git init git pull https://github.com/febriwidhawanto90/barokah-group.git git remote add origin https://github.com/febriwidhawanto90/barokah-group.git git checkout -b "newBranch"
//add commit and push git add . git commit -m "my join commit" git push origin newBranch
//publish npm version 1.0.0 npm publish --access public