Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kakoni/cookiecutter-embulk_plugin
https://github.com/kakoni/cookiecutter-embulk_plugin
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kakoni/cookiecutter-embulk_plugin
- Owner: kakoni
- Created: 2024-10-03T17:23:46.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-09T08:24:08.000Z (14 days ago)
- Last Synced: 2024-12-09T09:33:02.077Z (14 days ago)
- Language: Python
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```