-
Notifications
You must be signed in to change notification settings - Fork 258
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
create plugin does not seems to produce a proper local plugin #211
Comments
Are you using 3.0 beta or 2.x? If 2.x please upgrade to 3.0 beta by npm install -g rekit@next |
I am using 2.X
Maybe the plugin generator can ask you if you want to generate a new command or override an existing one, like action. Thanks for this awesome tool! |
That's great. But I still recommend to use 3.0 because it's compatible with 2.x. You can try:
Then you can access your project with Rekit 3.0. |
You mean rekit studio only or rekit itself? |
Hello.
I tried to create a local plugin, but the thing is that it does not seems to work.
I want to change the template for the async actions, but when I create a plugin it just creates a new command. If I change the code to add an action then it is ignored, and if I change the file name to be named as action.js then it fails.
What is the correct approach?
The text was updated successfully, but these errors were encountered: