pie-framework / pie-cli

the main pie-cli
ISC License
2 stars 2 forks source link

auto link pie dependencies if they are siblings of the pie #153

Closed edeustace closed 6 years ago

edeustace commented 6 years ago

if we have folder like so:

pie
configure
controller
element

where pie/package.jsondependencies is:

configure: '1.0.0',
controller: '1.0.0',
element: '1.0.0'

If the sibling packages of pie satisfy the semver range, then we should use them as the source packages instead of trying to install them. This saves a developer from having to set up a local path while developing, then changing it when releasing.