Cross-platform distribution #1166
TrevorRice
started this conversation in
General
Replies: 2 comments 5 replies
-
@tlouisse maybe you can summon your android/ios platform engineers and ask them how they're distributing their stuff for the mobile feature/app engineers? would be interesting to know about this |
Beta Was this translation helpful? Give feedback.
5 replies
-
@TrevorRice I started working on tokens for Android projects, and we will use Graddle packages distributed in the company's Azure DevOps Artifacts. I don't know much more about it, unfortunately. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all.
This probably falls outside the scope of StyleDictionary itself, but I would be curious to see if anyone is willing to share their experience with distributing cross-platform tokens. Thus far, I've been distributing CSS and JS token formats through Node packages, but I'm starting to investigate generating tokens for iOS and Android. Are folks distributing tokens/files via package managers like CocoaPods or Swift Package Manager? Or possibly through tools like JavaScriptCore?
Cheers
Beta Was this translation helpful? Give feedback.
All reactions