create new feature
static Future<void> createFeature({ required String featureName, }) async => await CreateFeature().createNewFeature( featureName: featureName, );