nestjs-lib-boilerplate
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

codecov

CircleCI

Node.js build and publish package

Running Code Coverage

TypeScript Nestjs Free. Built on open source. Runs everywhere. GitHub Actions

This is an Nestjs boilerplate package..

Installation

Install with yarn or npm: yarn or npm:

# yarn
yarn add nestjs-lib-boilerplate
# npm
npm i nestjs-lib-boilerplate --save
# pnpm
pnpm add nestjs-lib-boilerplate --save

Usage example:

// common.module.ts
import { Module } from '@nestjs/common';

import { TypeOrmModule } from '@nestjs/typeorm';
import { CatModule } from 'nestjs-lib-boilerplate';

import { CommonService } from './common.service';

@Module({
  imports: [
    CatModule.register({
      message: 'Hello World',
    }),
  ],
  providers: [CommonService],
})
export class CommonModule {}

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

Or buy me a coffee 🙌🏾

📝 License

Copyright © 2022 Hebert F Barros.
This project is MIT licensed.

Readme

Keywords

none

Package Sidebar

Install

npm i nestjs-lib-boilerplate

Weekly Downloads

1

Version

0.0.3

License

MIT

Unpacked Size

19.4 kB

Total Files

26

Last publish

Collaborators

  • tecnobert