Skip to content

jbiskur/nestjs-utils

Repository files navigation

Tests

NestJS Utils

This project was generated using Nx.

The NestJS utilities libraries can be used to speed up NestJS development.

Table Of Content

Test Utilities

The test utilities contain a set of builders that should speed up testing using method chaining and make the tests more descriptive.

install using npm

npm install --save-dev @jbiskur/nestjs-test-utilities

or using yarn

yarn add --dev @jbiskur/nestjs-test-utilities

more info here

Async Module

The async module is a simple utility class that helps create dynamic modules

install using npm

npm install @jbiskur/nestjs-async-module

or using yarn

yarn add @jbiskur/nestjs-async-module

more info here

Options Module Factory

The options module factory allows passing options to modules imported into the current module's context by creating a module and exporting the options; these can then be passed to the modules.

install using npm

npm install @jbiskur/nestjs-options-module-factory @jbiskur/nestjs-async-module

or using yarn

yarn add @jbiskur/nestjs-options-module-factory @jbiskur/nestjs-async-module

more info here

About

Utilities to aid development using NestJS

Resources

License

Stars

Watchers

Forks

Packages

No packages published