tinchodias / BaselineBuilder

Quickly create a BaselineOf for your new Pharo project
MIT License
7 stars 2 forks source link

Add API for external project's URL #8

Open tinchodias opened 3 hours ago

tinchodias commented 3 hours ago

Something like:

BaselineBuilder new
   [...]
   addBaseline: 'Chalten'
      url: 'github://ba-st/Chalten:release-candidate/source';
   [...]
   build
tinchodias commented 3 hours ago

But also should be possible a shorter version that finds 'Chalten' between Iceberg repos and takes the URL from there, saving user effort.

tinchodias commented 3 hours ago

Related to #5 because they connect the builder with Iceberg.