-
Notifications
You must be signed in to change notification settings - Fork 4
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
Rake task to help frame a plugin #12
Comments
I see a couple of steps that would make life easier creating plugins and I believe they could be solved with a couple relatively straightforward tasks:
|
Another question is how to keep already-created plugins up to date with the skeleton :) |
Ya thats a difficult thing to do I have mostly been either updating things as I see them or automating search/replacement and creating pull requests. |
One thing we could do is make the skel a collection of |
After someone forks this repository, it would be very helpful to have a simple rake task that ensures that the user can quickly frame out a new plugin simply by running something like
rake new sendgrid
and it creates../sensu-plugins-sendgrid
plugin framed out.I'd like to keep discussing the exactly syntax and then ask for some help from others to complete it. cc @majormoses
The text was updated successfully, but these errors were encountered: