feat(cli): add support for "reporter" plugins and include a default reporter

This commit is contained in:
Joakim Carlstein 2023-11-16 15:01:05 +01:00
parent b61072a3b6
commit 8f35812fed
5 changed files with 286 additions and 61 deletions

View file

@ -0,0 +1,6 @@
---
'@emigrate/plugin-tools': minor
'@emigrate/cli': minor
---
Add support for "reporter" plugins and implement a simple default reporter