Quickly create a steampipe plugin repository with a cookiecutter template.
pip install cookiecutter
cookiecutter github.com/mr-destructive/steampipe-plugin-cookiecutter
OR
pipx run cookiecutter github.com/mr-destructive/steampipe-plugin-cookiecutter
Fill in some details like
- Plugin name(in lower case)
- Plugin standard name (in camel case)
- Plugin description (optional)
- Github Username (defaults to turbot)
- Plugin Table name (in lower case)
- Plugin Table standard name (in camel case)
References: