SwiftyAssets is an open source Command Line Tool used to generate iOS, WatchOS, macOS & tvOS assets.
HTTPS
git clone https://github.com/JeanCharlesNeboit/SwiftyAssets.git
SSH
git clone git@github.com:JeanCharlesNeboit/SwiftyAssets.git
swift package generate-xcodeproj
SwiftyAssets --version
SwiftyAssets v0.0.1
SwiftyAssets --help
OVERVIEW: SwiftyAssets is an open source Command Line Tool used to generate iOS, WatchOS, macOS & tvOS assets.
USAGE: SwiftyAssets [--version] [--help] <command> <options>
OPTIONS:
--version, -v Display the current version of SwiftyAssets
--help Display available options
SUBCOMMANDS:
colors Generate Named Colors
fonts Generate Fonts
images Generate Images
strings Generate Localizable Strings
SwiftyAssets strings --help
OVERVIEW: Generate Localizable Strings
OPTIONS:
--copyright, -c Copyright of the project
--project-name, -n Name of the project
POSITIONAL ARGUMENTS:
input Path of the strings CSV file
output Path of the folder where strings will be generated
SwiftyAssets strings INPUT OUTPUT
colors INPUT OUTPUT
fonts INPUT OUTPUT
images INPUT OUTPUT
colors