menu
bipul_cli package
documentation
commands/create/project_command.dart
ProjectCommand
formatName method
formatName method
dark_mode
light_mode
formatName
method
@
override
String
formatName
(
String
name
)
override
Implementation
@override String formatName(String name) { return ReCase(name).pascalCase; }
bipul_cli package
documentation
commands/create/project_command
ProjectCommand
formatName method
ProjectCommand class