This is a collection of utilities that I've created to make my lifes easier in working with Strapi.
strapi-client
: a generic API client for Strapistrapi-plugin-search-index
: an updated and improved version of Mattie Belt's pluginstrapi-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.
// install dependencies
yarn
// lint
yarn lint
// build all packages
yarn build
// run tests
yarn test
See the MIT License file for licensing information.