1.1.0 • Published 3 years ago

@scaleit/devops-jslib-example v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

DevOps JSLib Example

Serves as an example to try out devops CI with Node.js and npm. Don't use this please.

CI

CI Node.js Package npm version

  • 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