A collection of JavaScript/TypeScript utility functions and helpers for Strapi v4 in Jagaad projects.
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.
- Node.js >=20
- npm >=10
- Strapi v4
# npm
npm install @jagaad/strapi-utils-v4
// ESM
import { extendRouter } from '@jagaad/strapi-utils-v4';
Please check src/ folder for more information
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.
This project is licensed under the MIT License - see the LICENSE file for details.