1.0.0-rc1 • Published 5 years ago

@gennovative/mbs-mgmt-rpc v1.0.0-rc1

Weekly downloads
2
License
-
Repository
-
Last release
5 years ago

Membership management RPC contracts

Shared models and interfaces between RPC Caller and RPC Handler for membership management operations.

INSTALLATION

npm i: To install dependencies.

DEVELOPMENT

  • npm run compile: To transpile TypeScript into JavaScript.
  • npm run watch: To transpile without running unit tests, then watch for changes in *.ts files and re-transpile on save.

RELEASE

  • npm run release: To transpile TypeScript into JavaScript and generates TypeScript definition.