toliver38 / steampipe-plugin-cookiecutter

A Cookiecutter template for creating steampipe plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Steampipe Plugin Cookiecutter

Quickly create a steampipe plugin repository with a cookiecutter template.

Installation

pip install cookiecutter

Usage

cookiecutter github.com/mr-destructive/plugin-cookiecutter

OR

pipx run cookiecutter github.com/mr-destructive/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:

About

A Cookiecutter template for creating steampipe plugins


Languages

Language:Go 90.4%Language:Python 4.5%Language:Makefile 3.5%Language:PLSQL 1.6%