mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
@@ -30,6 +30,7 @@ end
|
||||
|
||||
EXPANDED_SYMBOLS = {
|
||||
'+' => 'plus',
|
||||
'@' => 'at',
|
||||
}
|
||||
|
||||
CASK_FILE_EXTENSION = '.rb'
|
||||
|
||||
@@ -134,6 +134,7 @@ To convert the App's Simplified Name (above) to a token:
|
||||
|
||||
* convert all letters to lower case
|
||||
* expand the `+` symbol into a separated English word: `-plus-`
|
||||
* expand the `@` symbol into a separated English word: `-at-`
|
||||
* spaces become hyphens
|
||||
* hyphens stay hyphens
|
||||
* digits stay digits
|
||||
|
||||
Reference in New Issue
Block a user