1.0.3 • Published 3 years ago

@qest/qest-iot-icons v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

NPM package starter


Very basic boilerplate for npm packages (tries to stay minimalist)


how to release the package

  1. Put all your code to src folder.
  2. Commit to qest GitHub
  3. Create new Azure pipeline
    1. Select GitHub
    2. Find your repository
    3. Run the pipeline
    4. Every commit to master should release new version of the package
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