Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Latest commit

 

History

History
executable file
·
26 lines (13 loc) · 618 Bytes

README.md

File metadata and controls

executable file
·
26 lines (13 loc) · 618 Bytes

githubcutter

Current version: 0.3.1-dev

A tool to setup GitHub repositories using simple YAML templates.

The tool was inspired by cookiecutter, which is heavily used in the lab, as we needed a tool to automate repositories creation on GitHub.

Installation

pip install githubcutter

Documentation

The official documentation for githubcutter can be found on readthedocs.

Bugs

Post an issue to report a bug or request new features.

Developers