0.2.2 ā€¢ Published 4 months ago

strapi-content-type-explorer v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

šŸ—ŗ Content-Type Explorer

Content-Type Explorer is a Strapi plugin that visualizes your content types and their relationships like an ERD (Entity Relationship Diagram).

image

image

Usage

āŒØļø Installation

npm i strapi-content-type-explorer

āš™ļø Options

  • Field Data Types
  • Field Icons
  • Default Fields: toggle createdBy, createdAt, updatedBy, updatedAt
  • Relational Fields Only
  • admin:: Types
  • plugin:: Types
  • Edges
  • Snap to Grid
  • Background Pattern
  • Edge Type

!TIP If you encounter lags while dragging boxes, try changing edge types. "Smart" edges cause performance issues (this should be fixed in future releases)

šŸ› ļø Development

šŸ—ļø Setup

  1. Create a new strapi project
  2. Clone the plugin repo inside src/plugins/ folder:
ā”œā”€ā”€ šŸ“ config
ā”‚   ā””ā”€ā”€ plugins.js (šŸ‘ˆļø create this)
ā””ā”€ā”€ šŸ“ plugins
    ā””ā”€ā”€ šŸ“ strapi-content-type-explorer (šŸ‘ˆļø clone here)
cd src/plugins
git clone https://github.com/ShahriarKh/strapi-content-type-explorer.git
  1. Create config/plugins.js if it doesn't exist and add this:
module.exports = {
  "strapi-content-type-explorer": {
    enabled: true,
    resolve: "./src/plugins/strapi-content-type-explorer",
  },
};
  1. Go to plugins/strapi-content-type-explorer and install dependencies:
cd src/plugins/strapi-content-type-explorer
npm i
  1. Run strapi and start developing!
npm run strapi develop -- --watch-admin

šŸš€ Collaboration

Have a question or found a bug? Feel free to open an issue. Wanna contribute and improve the plugin? PRs are welcome!

Links

0.2.1

4 months ago

0.2.0

4 months ago

0.2.2

4 months ago

0.1.1

10 months ago

0.1.0

10 months ago

0.0.1

10 months ago

0.0.0

10 months ago