Monorepo of useful libraries for developers
Find a file
2023-06-07 18:51:44 +02:00
.github/workflows fix(ns-paystack): prettier format manually 2023-06-06 17:23:09 +02:00
.husky feat: configure husky and commitizen 2023-06-04 11:38:27 +02:00
.vscode Initial commit 2023-05-23 18:36:41 +02:00
apps feat(ns-paystack): use npm instead of github packages 2023-06-06 16:49:44 +02:00
libs feat(ns-paystack): update branches 2023-06-07 18:51:44 +02:00
tools feat: add paystack lib and demo app 2023-05-23 19:36:28 +02:00
.czrc fix(ns-paystack): formatting 2023-06-04 20:39:08 +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 feat(ns-paystack): add changelog file to prettier ignore 2023-06-04 17:56:54 +02:00
.prettierrc fix: error handling status codes 2023-05-27 18:45:03 +02:00
commitlint.config.js feat: configure husky and commitizen 2023-06-04 11:38:27 +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 feat(ns-paystack): use npm instead of github packages 2023-06-06 16:49:44 +02:00
lint-staged.config.js fix(ns-paystack): added github folder to lint staged 2023-06-05 19:40:45 +02:00
nx.json fix: formatting to nx.json and tsconfig.base.json 2023-06-03 18:22:29 +02:00
package-lock.json fix(ns-paystack): prettier format manually 2023-06-06 17:23:09 +02:00
package.json fix(ns-paystack): focus name to lib on publish 2023-06-06 17:59:59 +02:00
README.md fix(ns-paystack): prettier format manually 2023-06-06 17:23:09 +02:00
tsconfig.base.json feat(ns-paystack): use npm instead of github packages 2023-06-06 16:49:44 +02:00

devtools-bp

Welcome to the devtools-bp 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 devtools-bp monorepo, follow these steps:

  1. Clone the repository: git clone https://github.com/devtools-bp/devtools-bp.git
  2. Navigate to the cloned repository: cd devtools-bp
  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 devtools-bp monorepo! If you have any bug fixes, improvements, or new features to propose, please follow the guidelines outlined in CONTRIBUTING.md.

License

The devtools-bp 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.