mason icon indicating copy to clipboard operation
mason copied to clipboard

Add support for local binary repository

Open danpat opened this issue 10 years ago • 1 comments

Following the pattern of tools like ivy repositories, apt-get PPA's, etc, mason should have the option to look for binaries in local directories, rather than only looking at GitHub/S3.

This would be useful when making multi-project changes (e.g. new feature in mapnik, requires updates to node-mapnik bindings, and then a change on Mapbox Studio), meaning that nothing special would need to be done as new code flows up the chain, it could be as simple as mason publish --local in the downstream project, then mason install <package> <localversion> in the upstream project.

danpat avatar May 23 '15 18:05 danpat

:+1:

springmeyer avatar May 23 '15 19:05 springmeyer