@the-moonlight-hub/core-ts
v0.0.6
Published
## Core Ts
Readme
Moonlight
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 @the-moonlight-hub/core-tsUsage
import { sample } from '@the-moonlight-hub/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