0.1.2 • Published 4 years ago

@bornfight/bfjs-nest-module v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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

  1. Clone the repo
  2. Go to the project's root:
$ cd bfjs-nest-module
  1. a) if you use npm:
$ npm install
$ npm install --save reflect-metadata rxjs
$ npm prepare
  1. 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

Bornfight

License

Licensed under the MIT License - see the LICENSE file for details.

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago