menu
hypen_cli package
documentation
utility/path.dart
toGeneratedFileName function
toGeneratedFileName function
dark_mode
light_mode
toGeneratedFileName
function
String
toGeneratedFileName
(
String
path
)
Implementation
String toGeneratedFileName(String path) { return '${p.withoutExtension(path)}.hypen.dart'; }
hypen_cli package
documentation
utility/path
toGeneratedFileName function
path library