vert-x3 / vertx-stack

Vert.x stack
Apache License 2.0
120 stars 48 forks source link

Provide a way to manage the vert.x stack #21

Closed cescoffier closed 8 years ago

cescoffier commented 9 years ago

Provide a way to add and remove artifact into the vert.x stack installed locally (or even create a new one).

A list of available artifacts should be provided as a reference (like a catalog), but it should be possible to add custom artifacts.

Removing artifact need to remove not-used dependencies.

It is important that version conflicts are managed.

cescoffier commented 8 years ago

The stack manager has been integrated. NPM and Docker build updated.