Monorepo of useful libraries for developers
Find a file
2023-06-03 18:09:46 +02:00
.github/workflows feat: added github action 2023-06-03 16:49:54 +02:00
.vscode Initial commit 2023-05-23 18:36:41 +02:00
apps feat: added partial debit 2023-06-03 15:59:43 +02:00
libs docs: added authors 2023-06-03 17:46:39 +02:00
tools feat: add paystack lib and demo app 2023-05-23 19:36:28 +02:00
.editorconfig Initial commit 2023-05-23 18:36:41 +02:00
.eslintignore Initial commit 2023-05-23 18:36:41 +02:00
.eslintrc.json Initial commit 2023-05-23 18:36:41 +02:00
.gitignore feat: add dynamic module 2023-05-27 12:18:35 +02:00
.prettierignore Initial commit 2023-05-23 18:36:41 +02:00
.prettierrc fix: error handling status codes 2023-05-27 18:45:03 +02:00
jest.config.ts Initial commit 2023-05-23 18:36:41 +02:00
jest.preset.js Initial commit 2023-05-23 18:36:41 +02:00
LICENSE docs: update ns-paystack 2023-06-01 21:19:06 +02:00
nx.json feat: updated nx cloud access token 2023-06-03 18:09:46 +02:00
package-lock.json feat: add dynamic module 2023-05-27 12:18:35 +02:00
package.json feat: transaction api 2023-05-27 14:59:59 +02:00
README.md docs: remove template for angular 2023-06-03 14:58:11 +02:00
tsconfig.base.json fix: naming models and lib paths 2023-05-28 12:02:54 +02:00

bp-devtools

Welcome to the bp-devtools monorepo! This repository serves as a centralized location for various libraries and tools related to NestJS, Angular, and more. Whether you're working on backend development with NestJS or frontend development with Angular, you'll find a range of useful libraries and tools here.

Table of Contents

Getting Started

To get started with the bp-devtools monorepo, follow these steps:

  1. Clone the repository: git clone https://github.com/bp-devtools/bp-devtools.git
  2. Navigate to the cloned repository: cd bp-devtools
  3. Install the dependencies: npm install
  4. Choose the library or tool you want to use from the libraries directory.
  5. Follow the specific instructions provided in the respective library/tool's README file.

Libraries

NestJS Libraries

  1. ns-paystack: Powerful library that provides seamless integration with the Paystack payment gateway for your NestJS applications. You can easily handle payment transactions with minimal effort.

Angular Libraries

Coming soon...

Contributing

We welcome contributions to the bp-devtools monorepo! If you have any bug fixes, improvements, or new features to propose, please follow the guidelines outlined in CONTRIBUTING.md.

License

The bp-devtools monorepo is released under the MIT License. Please make sure you understand its terms and conditions when using the libraries and tools provided in this repository.