NPM package starter
Very basic boilerplate for npm packages (tries to stay minimalist)
how to release the package
- Put all your code to
src
folder. - Commit to qest GitHub
- Create new Azure pipeline
- Select
GitHub
- Find your repository
-
Run
the 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