@ndiinginc/otp
v2.0.4
Published
```bash cd cert jsdoc2md index.js > README.md cd ..
Downloads
307
Readme
cd cert
jsdoc2md index.js > README.md
cd ..
cd env
jsdoc2md index.js > README.md
cd ..
cd fetch
jsdoc2md index.js > README.md
cd ..
cd jwt
jsdoc2md index.js > README.md
cd ..
cd otp
jsdoc2md index.js > README.md
cd ..
cd router
jsdoc2md index.js > README.md
cd ..
cd util
jsdoc2md ./util/** > README.md
cd ..
cd cert
git add .
git commit -a -m "commit"
git push
cd ..
cd env
git add .
git commit -a -m "commit"
git push
cd ..
cd fetch
git add .
git commit -a -m "commit"
git push
cd ..
cd jwt
git add .
git commit -a -m "commit"
git push
cd ..
cd otp
git add .
git commit -a -m "commit"
git push
cd ..
cd router
git add .
git commit -a -m "commit"
git push
cd ..
cd util
git add .
git commit -a -m "commit"
git push
cd ..
cd cert
npm version patch
npm publish --access public
cd ..
cd env
npm version patch
npm publish --access public
cd ..
cd fetch
npm version patch
npm publish --access public
cd ..
cd jwt
npm version patch
npm publish --access public
cd ..
cd otp
npm version patch
npm publish --access public
cd ..
cd router
npm version patch
npm publish --access public
cd ..
cd util
npm version patch
npm publish --access public
cd ..