xcassetsdeprecated

.xcassets resources generator

Usage no npm install needed!

<script type="module">
  import xcassets from 'https://cdn.skypack.dev/xcassets';
</script>

README

📲 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 xcassets

NPM

How 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

xcassets

xcassets uses a default png file called appIcon.png in 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!