https://github.com/mr-destructive/steampipe-plugin-cookiecutter
A Cookiecutter template for creating steampipe plugins
https://github.com/mr-destructive/steampipe-plugin-cookiecutter
Last synced: 11 months ago
JSON representation
A Cookiecutter template for creating steampipe plugins
- Host: GitHub
- URL: https://github.com/mr-destructive/steampipe-plugin-cookiecutter
- Owner: Mr-Destructive
- Created: 2023-07-08T11:08:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-27T15:22:46.000Z (almost 2 years ago)
- Last Synced: 2024-06-27T18:50:24.826Z (almost 2 years ago)
- Language: Go
- Size: 57.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Steampipe Plugin Cookiecutter
Quickly create a steampipe plugin repository with a cookiecutter template.
### Installation
```bash
pip install cookiecutter
```
### Usage
```bash
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:
- [Steampipe Plugin Checklist](https://steampipe.io/docs/develop/plugin-release-checklist)