40 lines
1.9 KiB
Markdown
40 lines
1.9 KiB
Markdown
# 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](#getting-started)
|
|
- [Libraries](#libraries)
|
|
- [Contributing](#contributing)
|
|
- [License](#license)
|
|
|
|
## 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.
|
|
- Usage:
|
|
- Installation: `npm install @bp-devtools/ns-paystack`
|
|
- Documentation: [Link to documentation](https://github.com/brianpooe/bp-devtools/blob/main/libs/ns-paystack/README.md)
|
|
|
|
### 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](https://github.com/bp-devtools/bp-devtools/blob/main/CONTRIBUTING.md).
|
|
|
|
## License
|
|
|
|
The bp-devtools monorepo is released under the [MIT License](https://github.com/brianpooe/bp-devtools/blob/main/LICENSE). Please make sure you understand its terms and conditions when using the libraries and tools provided in this repository.
|