Norbert is correct, a full checkout but pointing to a specific folder in the checkout is what I am after.
Which has these applications within:
* timer_core - provides common timer functionality
* timer - uses scenic along with timer_core (via path dependency) to graphically render a timer
* timer_ui - provides the configuration to run timer on a desktop computer
Then I have another project (and github repository) that uses timer along with other scenic programs and runs them together (on desktop as well as on nerves)
All this would be possible if I pushed up all of these projects to
hex.pm, but I don't want to "pollute"
hex.pm with these packages that aren't ready/polished (and may never be) enough to belong on there, I feel that they would just add noise to the package repository.
Hopefully that explains my use-case better.
Thanks,
Jason