1.12.0 • Published 4 years ago

nestjs-library-starter v1.12.0

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

:bulb: See CONFIGURE_TEMPLATE.md to configure this template. Then, remove the file and this advise.

:books: See complete documentation

An exhaustive description of the library.

:notebook: Summary

:package: Installation

  • :cat2: Using Nest CLI:
nest add nestjs-library-starter
  • :package: Using Package Manager:
npm install --save nestjs-library-starter

:wrench: Setup

Explain your library setup.

import { Module } from '@nestjs/common';
import { LibraryNameModule, LibraryNameConfig } from 'nestjs-library-starter';

const CONFIG: LibraryNameConfig = {
  value: 'Awesome!'
}

@Module({
  imports: [
    ...
    LibraryNameModule.register(CONFIG)
  ],
  controllers: [ ... ],
  providers: [ ... ],
})
export class AppModule {}

:control_knobs: Config

ValueTypeDefaultDescription
valuestring<DEFAULT>A powerful value

:books: Usage

Explain your library usage.

LibraryNameService

A service with an awesome & helpul functionallity.

MethodSignatureDescription
printConfigconfig: LibraryNameConfigPrints a provided configuration

:art: Schematics

Invoke Schematics using:

nest g <schematic> [params] --collection nestjs-library-starter

demo

Prints a cute cat.

ParameterTypeDefaultDescription
catTypestringDefaultType of cat to print.
1.11.4

4 years ago

1.11.3

4 years ago

1.11.2

4 years ago

1.12.0

4 years ago

1.11.1

4 years ago

1.11.5

4 years ago

1.11.0

4 years ago

1.10.1

4 years ago

1.9.1

4 years ago

1.10.0

4 years ago

1.9.0

4 years ago

1.8.1

4 years ago

1.7.3

4 years ago

1.8.0

4 years ago

1.7.2

4 years ago

1.7.1

4 years ago

1.7.0

4 years ago

1.6.1

4 years ago

1.6.0

4 years ago

1.5.1

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.0.1

4 years ago