Skip to content

A collection of utilities that I've created to make my life easier in working with Strapi.

License

Notifications You must be signed in to change notification settings

asparamancer/strapi-utils

This branch is 48 commits behind rixw/strapi-utils:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f963f0c · Feb 25, 2024
Feb 25, 2024
Apr 10, 2023
Apr 10, 2023
Feb 25, 2024
Apr 10, 2023
Apr 10, 2023
Apr 10, 2023
Aug 6, 2023
Aug 6, 2023
Aug 3, 2023
Aug 2, 2023
Sep 14, 2023

Repository files navigation

Strapi Utils

This is a collection of utilities that I've created to make my lifes easier in working with Strapi.

Packages

  • strapi-client: a generic API client for Strapi
  • strapi-plugin-search-index: an updated and improved version of Mattie Belt's plugin
  • strapi-provider-search-index-algolia: an updated and improved version of Mattie Belt's provider

Each package/app is 100% TypeScript. This is a turborepo monorepo using Yarn as a package manager.

Development

Pre-requisites

Setup

// install dependencies
yarn

// lint
yarn lint

// build all packages
yarn build

// run tests
yarn test

Licence

See the MIT License file for licensing information.

About

A collection of utilities that I've created to make my life easier in working with Strapi.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.6%
  • JavaScript 0.4%