shel/contentrepository-debugger

Last activity 18 days ago
  • 10
  • 2
  • 11091
composer require shel/contentrepository-debugger

Graphical analysis & visualizer for the Neos CMS nodetypes as backend module

1.1.1

Graphical analysis & visualizer for the Neos CMS nodetypes as backend module

Version
1.1.1
Type
neos-package
Release Date
Oct 7, 2022, 8:47:21 am
Source
git
Distribution
zip
Requires
  • php: >= 7.3
  • neos/neos: ^4.3 || ^5.0 || ^7.0 || ^8.0 || dev-master
Requires (dev)
None
Suggest
None
Provides
None
Conflicts
None
Replaces
GPL-3.0
  • #flow
  • #contentrepository
  • #charts
  • #neos
  • #analysis
  • #neoscms
  • #visualizer
fc8c5f41da45e0519ce5fac8f8884eb97a48d670

Neos CMS Content Repository analysis & visualizer

Latest Stable Version Total Downloads License

This package allows to output the nodetypes of your Neos CMS project as various types of graphs via a backend module.

It helps understanding dependencies between packages and nodetypes. Also it shows which nodetypes are actually being used and can make your refactoring our code structuring efforts easier.

Installation

It is recommended to install this package only as development dependency and not to run it in production except specifically required.

composer require --dev shel/contentrepository-debugger

Usage

Backend module

You will have an additional backend module NodeType Analyzer available in the Neos backend:

Neos NodeType Analyzer Backendmodule

You can inspect all nodetypes registered in the system and drill down through your namespaces.

A second graph layout allows your to inspect all direct and indirect dependencies.

Dependency inspection

Contributing

Contributions are very welcome.

Most of the code is written in TypeScript using React & D3js and can be found in Resources/Private/JavaScript. To make a change first create your own fork, install the package in your Neos project and start a new branch. Then run yarn watch to rebuild the frontend code during development.

A pre commit hook is automatically triggered that will lint the code to make sure it fulfills our coding guidelines.

Then create a PR from your fork and some tests will automatically check the code quality via Github actions.

Using the package in your projects

When you use the package for commercial projects, please consider funding its development via the Github sponsor button. Or get in touch with me for other ways of support.

The content of the readme is provided by Github
The same vendor provides 26 package(s).