@meetq/pm-collections
v0.1.5
Published
This package is based on **Postman's** postman-collection (https://github.com/postmanlabs/postman-collection). It is intended to be simplistic and to provide intellisense on the collection schema defined by **Postman** (https://schema.postman.com/json/col
Downloads
9
Readme
PM-COLLECTIONS
This package is based on Postman's postman-collection (https://github.com/postmanlabs/postman-collection). It is intended to be simplistic and to provide intellisense on the collection schema defined by Postman (https://schema.postman.com/json/collection/v2.1.0/collection.json). Created using TSDX.
Commands
Watch mode
To develop while building typescript files inside /src use
npm start # or yarn startThis builds to /dist and runs the project in watch mode so any edits you save inside src causes a rebuild to /dist.
Build for production
To do a one-off build, use
npm run build # or yarn buildThis builds to /dist.
Testing
To run tests, use
npm run test # or yarn testLinting
To lint code, use
npm run lint # or yarn lintBundle Analysis
To calculate library size, use
npm run size # or yarn sizeTo visualize bundle, use
npm run analyze # or yarn analyzeDevelopers:
It is recommended to run
npm run lint --fix # or yarn lint --fixbefore merging to master branch.
