Skip to content

gagal18/strapi-custom-view-plugin

Repository files navigation

Strapi Plugin Starter

Overview

This repository contains a Strapi plugin starter that enhances the functionality of Strapi with configured ESlint and Prettier .

Features

  • Custom plugin for Strapi
  • Prettier
  • ESlint
  • TypeScript

Installation

To install this starter, follow these steps:

  1. Clone the repository inside your Strapi project inside src/plugins folder:
git clone https://github.com/gagal18/strapi-custom-view-plugin.git
  1. Install needed packages
yarn install
  1. Build the folder (creating dist folder that will be further used in Strapi)
yarn build
  1. To run the formatter
yarn lint:fix