mainstream-sports
v0.1.21
Published
Shared code for Mainstream Sports
Downloads
338
Readme
Shared Mainstream Code
This npm package contains models, constants, and helpers that are shared across different Mainstream applications.
Development
Setup
- Run
npm ito install the development dependencies
Making changes
- Make changes
- Run
npm run buildto transpile typescript and generate declaration files. - Bump the version number in package.json
- Run
npm publishto publish new version
