-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update/Bootstrap subpackages.md #93
Conversation
Attempt to describe sub-packages by its usefulness, which should solve these questions: "When should you use sub-packages?" and "How should you use sub-packages?". While incomplete, this should bootstrap newcomers.
✅ Deploy Preview for dub-registry ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also add a section that says that they may have their own dub.selections.json (but uses the root one if they don't) + that you can use dub upgrade -s
to generate and update them. (link to selections for more info)
Also perhaps take into account the notes from #71
"mylibrary" is a little shorter than "mycomponent", but can be renamed if needed. Change versions to "*". ">=0.0.0" is due to `dub convert` that I forgot to write back.
Attempt to describe sub-packages by its usefulness, which should solve these questions: "When should you use sub-packages?" and "How should you use sub-packages?".
While incomplete, this should bootstrap newcomers.