Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the select command to create field plugins with the newest SDK version #82

Open
demetriusfeijoo opened this issue Mar 4, 2024 · 0 comments

Comments

@demetriusfeijoo
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant