generate method
Implementation
Future<void> generate({
required String featureName,
required bool includeData,
required bool includeRoutes,
}) async {
// TODO: Determine base paths using forge.yaml options.
// TODO: Write folder trees for the feature.
// TODO: Write template source code files.
// TODO: Append DI registrations and route tables.
}