1.0.0 • Published 6 years ago
@qest/npm-package-starter v1.0.0
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.jsonfile 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
1.0.0
6 years ago