0.1.0 • Published 8 months ago
@jagaad/strapi-utils-v4 v0.1.0
@jagaad/strapi-utils-v4
A collection of JavaScript/TypeScript utility functions and helpers for Strapi v4 in Jagaad projects.
Description
This package provides a set of utilities to simplify working with Strapi v4 API. It includes helper functions and TypeScript type definitions that make it easier to work with Strapi's core functionalities like routers, services, and lifecycle events.
Requirements
- Node.js >=20
- npm >=10
- Strapi v4
Installation
# npm
npm install @jagaad/strapi-utils-v4Usage
Importing
// ESM
import { extendRouter } from '@jagaad/strapi-utils-v4';API Documentation
Please check src/ folder for more information
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
Please make sure to update tests as appropriate and follow the existing coding style.
License
This project is licensed under the MIT License - see the LICENSE file for details.
0.1.0
8 months ago