0.0.1 • Published 11 months ago
@bleyt-hq-pay/core-ts v0.0.1
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-tsUsage
import { sample } from '@bleyt-hq-pay/core-ts';
...
sample()
...Development
npm startbuilds to/distand runs the project in watch mode so any edits you save insidesrccauses a rebuild to/dist.To do a one-off build, use
npm run buildoryarn build.To run tests, use
npm testoryarn test.
Publish
$ npm run package
$ cd dist/libs/core-ts
$ npm publish --access public