0.1.2 • Published 4 years ago
@bornfight/bfjs-nest-module v0.1.2
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 prepareCompiling
$ tscCompiling with watcher (for development):
$ tsc -wChange Log
See Changelog for more information.
Contributing
Contributions welcome! See Contributing.
Author
License
Licensed under the MIT License - see the LICENSE file for details.