1.1.0 • Published 3 years ago
@scaleit/devops-jslib-example v1.1.0
DevOps JSLib Example
Serves as an example to try out devops CI with Node.js and npm. Don't use this please.
CI
- First badge created with Github Actions
- Second badge created with badge.fury.io
Manual Workflow
Publish an NPM typescript package.
npx ts-node example/uselib.ts
npm run build
npm test
npm pack
git commit -m "Commit for version x"
git tag -a <version x> -m "Version x"
git push
git push --tags
npm whoami
npm login
npm publish --access public