@barokah-group/utils v1.3.17
//use Excel https://github.com/exceljs/exceljs npm install exceljs
File //https://www.npmjs.com/package/file-saver npm i file-saver
qrcode //https://www.npmjs.com/package/qrcode npm i qrcode
pdf //https://react-pdf.org/ //https://github.com/diegomura/react-pdf //https://www.npmjs.com/package/@react-pdf/renderer npm i @react-pdf/renderer
//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