@qest/npm-package-starter
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @qest/npm-package-starter

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

1.83 kB

Total Files

4

Last publish

Collaborators

  • qest