monopoly-shared-model
Version:
Shared model for Monopoly
14 lines (7 loc) • 298 B
Markdown
### Install
`npm install`
### Publish
To publish, you must previously export the env variable NPM_TOKEN with a token created on your NPM account.
Then upgrade version and launch : `npm publish`
### Use lib in project
Launch `npm install monopoly-shared-model --save` in corresponding project