@event-checkin/contracts
TypeScript icon, indicating that this package has built-in type declarations

2.3.0 • Public • Published

Common contracts for Event Check-in Application

Shared models and interfaces between backend and frontend.

INSTALLATION

npm i: To install dependencies.

DEVELOPMENT

  • npm run build to transpile TypeScript then run unit tests (if any) (equiv. npm run compile + npm run test (if any)).
  • 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.
  • npm run test: To run unit tests.
    • After tests finish, open file /coverage/index.html with a web browser to see the code coverage report which is mapped to TypeScript code.

RELEASE

  • npm run release

/@event-checkin/contracts/

    Package Sidebar

    Install

    npm i @event-checkin/contracts

    Weekly Downloads

    1

    Version

    2.3.0

    License

    none

    Unpacked Size

    92 kB

    Total Files

    17

    Last publish

    Collaborators

    • hirikarate