Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kakoni/cookiecutter-embulk_plugin


https://github.com/kakoni/cookiecutter-embulk_plugin

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# Cookiecutter Embulk Plugin

Cookiecutter template for an Embulk plugin.

## Quickstart

Install the latest Cookiecutter if you haven't installed it yet (this requires Cookiecutter 1.4.0 or higher):

```bash
pip install -U cookiecutter
```

Generate a Python package project

```bash
cookiecutter https://github.com/kakoni/cookiecutter-embulk_plugin.git
```