This is a minimalist boilerplate template for Node NPM packages written in Typescript
yarn
yarn build
yarn test
Continuous integration is included and works with github actions.
Make sure you change the path of the badge (both links and images to link to your package/repo). In package.json
make sure you point to your github repo
You can get standard badges by using the following link: https://nexys-system.github.io/repository-badges/?q=mypackage
In order to publish your package, add the secret variable NPM_AUTH_TOKEN
to the list of secret variables and release a new version
npm version {patch,minor,major}
git push origin master --tags