@marketspark/ms-utils-and-interfaces
TypeScript icon, indicating that this package has built-in type declarations

1.1.3-c • Public • Published

MS Shared Utils and Interfaces

utilities functions for and interfaces shared between MarketSpark's apps

Setup

yarn install

Contributing

  1. Create a new branch (git checkout -b feature/MS-* or checkout -b fix/MS-* or checkout -b hotfix/MS-*)
  2. Make your changes
  3. Commit your changes (git commit -am 'Add new feature')
  4. Bump version a. new feature === 1.0.0 => 1.1.0 b. fix/hotfix === 1.0.0 => 1.0.1
  5. Push to the branch
  6. Create a new Pull Request from feature branch => main

Publishing to NPM

  1. Merge feature => main
  2. Checkout main and git pull origin main
  3. git tag v1.0.0 (should match your PR version)
  4. git push origin
  5. Log into shared npm account under kylemarketspark
  6. npm publish

Readme

Keywords

none

Package Sidebar

Install

npm i @marketspark/ms-utils-and-interfaces

Weekly Downloads

101

Version

1.1.3-c

License

ISC

Unpacked Size

33.2 kB

Total Files

33

Last publish

Collaborators

  • tim_marketspark
  • thirdparty-marketspark