Skip to content

skip init questions #417

Answered by marcprux
dfabulich asked this question in Q&A
Discussion options

You must be logged in to vote

What's the difference between --id and appid?

--id is vestigial and unused. We've removed it from the docs, and the next version of the skip tool will not include it.

Huh? What's a "subsequent peer module"?

It just means that if you create skip init project-name LibA LibB LibC, then LibA will depend on LibB and LibB will depend on LibC. This is usually what you want, but can be controlled by the --chain/--no-chain parameter. And, of course, you can just modify the Package.swift to change the dependency setup.

Does that mean it's impossible to init an app with one "app" module, one native module, and one transpiled module?

There's no skip init parameter that controls the nativeness o…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by marcprux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants