rixw / strapi-utils

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:TypeScript 99.6%Language:JavaScript 0.4%