emigrate/packages/plugin-tools
Joakim Carlstein 8e87ade5c0 feat(cli): storage and reporter are now their own options
Instead of mixing storages and reporters with other plugins in the plugin option they now have their own separate options.
This is for increased future flexibility and to be more similar to other CLI tools.

BREAKING CHANGE: the storage to use must now be specified using the "storage" configuration option or the "--storage" CLI option instead of having it among other plugins.
2023-11-22 14:35:35 +01:00
..
src feat(cli): storage and reporter are now their own options 2023-11-22 14:35:35 +01:00
CHANGELOG.md chore(release): version packages (#13) 2023-11-17 12:58:19 +01:00
package.json chore(lint): configure project wide linting to make use of Turborepo again 2023-11-17 14:20:06 +01:00
README.md chore: add some basic README files 2023-11-15 10:32:47 +01:00
tsconfig.json feat(plugin-tools): first version of the package with some nice plugin utilities 2023-11-09 09:26:48 +01:00

@emigrate/plugin-tools

This package contains utilities and types to simplify creating and working with Emigrate plugins.