module AmberCLI::Native::Naming

Extended Modules

Defined in:

amber_cli/native/naming.cr

Instance Method Summary

Instance Method Detail

def bundle_identifier_segment(value : String, fallback : String = "nativeapp") : String #

[View source]
def pascalize(value : String, fallback : String = "NativeApp") : String #

[View source]
def slugify(value : String, fallback : String) : String #

[View source]
def swift_module_name(value : String, suffix : String, fallback : String = "AssetPipeline") : String #

[View source]
def swift_string_literal(value : String) : String #

[View source]