@bornfight/bfjs-nest-module
v0.1.2
Published
Skeleton (starter) package for quicker development of static and/or dynamic modules for NestJS
Downloads
6
Keywords
Readme
Intro
This is a skeleton for easier & quicker development of custom static and/or dynamic modules for NestJS projects.
It is heavily inspired by nestjs-package-starter.
Installation
- Clone the repo
- Go to the project's root:
$ cd bfjs-nest-module
- a) if you use
npm
:
$ npm install
$ npm install --save reflect-metadata rxjs
$ npm prepare
- b) if you use
yarn
:
$ yarn install
$ yarn add reflect-metadata rxjs
$ yarn prepare
Compiling
$ tsc
Compiling with watcher (for development):
$ tsc -w
Change Log
See Changelog for more information.
Contributing
Contributions welcome! See Contributing.
Author
License
Licensed under the MIT License - see the LICENSE file for details.