NPM package starter
Very basic boilerplate for npm packages (tries to stay minimalist)
how to release the package
- Put all your code to
srcfolder. - Commit to qest GitHub
- Create new Azure pipeline
- Select
GitHub - Find your repository
-
Runthe pipeline - Every commit to master should release new version of the package
- Select
Every release has to increase version in packages.json
file structure
-
src- this is where all your code belongs -
tslint/prettier- your every day linter files -
tsconfig- here you specify what to build and where to put it -
azure.pipelines- this is yml file for azure, which should publish the package under qest organization