neos-development-collection
neos-development-collection copied to clipboard
Feature: `./flow kickstart:neosFusionPackage` with Root.fusion and `autoInclude`
Description
The idea is to make the package creation for Fusion packages simpler.
currently one needs to
- run
./flow package:create Vendor.AdditionalFusionStuff - then go to that package, create the
Private/Fusionfolder - add a
Root.fusionwithinclude: ./**/*.fusion - create a
Settings.yamlin Configuration - add to the settings
Neos:
Neos:
fusion:
autoInclude:
Vendor.AdditionalFusionStuff: true
Proposal
create some kind of kickstart command that will add those files into an existing package or create this package.
Coming back to it, i dislike having a separate command for each possible scenario ...
But i wanted to make certain things faster / easier...