event-driven-io / emmett

Emmett - a Node.js library taking your event-driven applications back to the future!
https://event-driven-io.github.io/emmett/
195 stars 19 forks source link

Initial Emmett CLI #116

Closed oskardudycz closed 2 months ago

oskardudycz commented 2 months ago

This PR introduces the initial version of Emmett CLI together with the basic plugin infrastructure.

The CLI currently does nothing, as this will require a proper format of the config file. That will come as dedicated PR.

Added project for integration tests. Moved their acceptance tests for event store implementations.

CLI test is skipped for now; it works locally but not on CI; I'll tackle that in the dedicated PR.

Also set the package configs to use Ecma Script modules.