0.5.0 ⢠Published 5 years ago
xcassets v0.5.0

š² xcassets
Generate xcassets resources for your iOS application
THIS PACKAGE IS WORK IN PROGRESS, for everything you can write me an email š¬
Getting started
npm i -g xcassetsHow to generate xcassets
Run the command
xcassets --icon=[PNG_FILE]or
xcassets --icon [PNG_FILE]with
[PNG_FILE]the icon in PNG format (at least 1024x1024!)
or simply
xcassetsxcassets uses a default png file called
appIcon.pngin this case
š² xcassets will create for you a folder called Images.xcassets with sub-folder AppIcon.appiconset and all the correct resources. You can now import the entire Images.xcassets directly in XCode
help
$ xcassets -h
Usage: xcassets [options]
Options:
-i, --icon The original icon in png format [default: "appIcon.png"]
-h, --help Show help [boolean]
-v, --version Show version number [boolean]Future work
At the moment xcassets generate only app-icon assets!
