@qest/qest-iot-icons
v1.0.3
Published
---
Downloads
1
Readme
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 belongstslint/prettier
- your every day linter filestsconfig
- here you specify what to build and where to put itazure.pipelines
- this is yml file for azure, which should publish the package under qest organization