-
Notifications
You must be signed in to change notification settings - Fork 13
A logic to generate an empty plugin placeholder. #97
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
Conversation
…s a git helper to DRY.
generate_plugin_placeholder.rb
Outdated
require "octokit" | ||
require_relative "git_helper" | ||
|
||
class GeneratePluginPlaceholder < Clamp::Command |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To avoid confusion with the plugin generator I suggest we scope the naming to include Docs
class GeneratePluginPlaceholder < Clamp::Command | |
class GeneratePluginDocsPlaceholder < Clamp::Command |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WDTY for GeneratePluginPlaceholderDoc
? Docs
sounds the script generating non-single doc.
PR abort and using GH token messages refined. Co-authored-by: João Duarte <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What does this PR?
Test
ruby generate_plugin_placeholder.rb --output-path=/Users/mashhur/Dev/elastic --plugin-type=integration --plugin-name=testing
commandRelated issue