storyblok-cli
storyblok-cli copied to clipboard
Update the `select` command to create field plugins with the newest SDK version
Currently, the CLI provides a select
command which allows the user to create a field-plugin (aka FieldType) boilerplate/structure quickly.
This command is working fine but it just provides template for the legacy version, meaning only to Vue 2.5.
Since now the new field-plugin SDK is framework-agnostic, meaning that it will work regardless of the developer framework choice, we could update this command to use, under the hood, the handy field-plugin-cli which also allow the user to create field-plugin templates, but while taking into consideration, the newest SDK version and allowing them to choose which framework they want to get started with.