Releases: BinaryBirds/swift-template
Releases · BinaryBirds/swift-template
1.2.1
Include hidden files (except .DS_Store)
- Templates can now contain hidden files (e.g.:
.swiftlint.yml
) - Exclude
.DS_Store
&.swift-template-ignore
files by default - Note: you can still exclude other hidden files using the ignore file.
Minor improvements
- Added pluralized name ctx ({names}, {Names}, {Names})
- Capitalized first letter of the output directory
Context changes
- Directory names now support ctx variables.
- Module is now called name, it comes with 3 variants:
- {name} - the input name, as is
- {Name} - capitalized first letter of the input name
- {NAME} - uppercased version of the input name