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

0.0.8 • 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-paghiper
# npm
npm i nestjs-paghiper --save
# pnpm
pnpm add nestjs-paghiper --save

Usage example:

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

import { TypeOrmModule } from '@nestjs/typeorm';
import { PaghiperModule } from 'nestjs-paghiper';

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

@Module({
  imports: [
    PaghiperModule.register({
      axiosOptions: {
        baseURL: process.env.API_PAGHIPER_BASE_URL,
      },
      authorization: {
        apiKey: process.env.API_PAGHIPER_API_KEY,
        token: process.env.API_PAGHIPER_API_TOKEN,
      },
      notification_url: process.env.notification_url,
    }),
  ],
  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-paghiper

Weekly Downloads

1

Version

0.0.8

License

MIT

Unpacked Size

35.9 kB

Total Files

48

Last publish

Collaborators

  • tecnobert