Secure-Booking-Service / common-types

Typescript types shared between backend and frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Share Icon by Bootstrap

Secure Booking Service - Common Types


Badge CI CD

This package includes typescript type definitions and code used by the frontend and backend application. It is published at GitHub's NPM registry.

https://github.com/Secure-Booking-Service/common-types/packages/1096992

How to use this package

To use this package, you need to log in your NPM client to the GitHub registry. To do so, use the following command:

npm login --scope=@secure-booking-service --registry=https://npm.pkg.github.com
  • As User : Your GitHub username
  • As Password: Create a personal access token with the repo and read:packages scope
  • As E-Mail : Choose your or a random email address

Afterwards, tell NPM to download Secure Booking Service packages from GitHub. Create a .npmrc file if it does not already exist with the following content:

@secure-booking-service:registry=https://npm.pkg.github.com

Now you are ready to install the package with npm install --save-dev @secure-booking-service/common-types


Icon by Bootstrap published under MIT licence.

About

Typescript types shared between backend and frontend


Languages

Language:Dockerfile 89.6%Language:TypeScript 10.4%