@the-moonlight-hub/core-ntx
v0.0.9
Published
## Core NTX
Readme
Moonlight
Core NTX
Overview
Core NTX 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 @the-moonlight-hub/core-ntxUsage
import { sample } from '@the-moonlight-hub/core-ntx';
...
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-ntx
$ npm publish --access public