vend-types
v9.0.0
Published
TypeScript definitions for Vend.
Downloads
376
Maintainers
Keywords
Readme
Vend Types · 
Vend Data model TypeScript definitions
Including vend-types in your project
vend-types is published to npm. You can include it in your project using:
npm install --save-dev vend-types
Linting
vend-types uses dtslint for ensuring style and correctness. Perform a lint by running:
yarn lintLinting is also run before the package is prepared and packed to npm.
Contributing
To contribute:
- make your changes in a separate branch
- create a pull request and get it code reviewed
- once past code review, merge to master
- publish a new version on master (see below)
Publishing
This module is published via np. To version and publish, run the following on a clean, up to date master branch:
np <major/minor/patch>