0.0.2 • Published 10 months ago

@bleyt-hq-pay/core-ts v0.0.2

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

Bleyt

Core Ts

Overview

Core ts is a library that contains common functionalities required by all nestjs services. Would be published and consumed via NPM.

Supported Platforms

  • NestJs

Installation

$ npm i @bleyt-hq-pay/core-ts

Usage

import { sample } from '@bleyt-hq-pay/core-ts';

...
sample()
...

Development

  1. npm start builds to /dist and runs the project in watch mode so any edits you save inside src causes a rebuild to /dist.

  2. To do a one-off build, use npm run build or yarn build.

  3. To run tests, use npm test or yarn test.

Publish

$ npm run package
$ cd dist/libs/core-ts
$ npm publish --access public