@picket/mmp-shared-lib
v1.0.17
Published
Shared constants for the Match My Planner project
Downloads
7
Readme
MMP Shared Lib
Common constants, helper functions and tests for the Match My Planner platform.
Usage
$ yarn add @picket/mmp-shared-lib
Contributing
First time setup
The first thing you'll need to do it clone the repo and install the dependencies.
$ git clone [email protected]:picketstudio/mmp-shared-lib.git
$ cd mmp-shared-lib
$ yarn
Tests
$ yarn test
Deployment
MMP Shared Lib lives on npm as a private, scoped package in the @picket org.
For the moment we're publishing manually, but we should eventually get GitHub Actions tagging and publishing the versions to npm and the GitHub Package Registry. The "setup-node" docs should be helpful.
$ yarn publish