A simple typescript module template with eslint & github action
# clone the project
$ git clone https://github.com/nayotta/ts-module-template.git
# enter the project directory
$ cd ts-module-templte
# install dependencies
$ npm install
# build lib
$ npm run build
# run test
$ npm run test
If this module with private packages, you can get it by edit .npmrc & .github/workflows/*.yml.