Custom Plugin Type In Drupal 8
6 min readFeb 11, 2020
--
We often use some prebuild structure as a starting point of our project/module and most of the Framework/CMS are now providing their CLI tools which automatically generate boilerplate templates by using some commands, Like ionic generate in ionic framework, php artisan create in Laravel and drupal generate in drupal console.
The basic idea behind those commands is to provide an interface, from which a…