Skip to main content

No project description provided

Project description

📣 Welcome to repogen!


⚠️ Warning

This project is in rapid development. Expect breaking API changes.

The goal of this project is to automate the creation and configuration of GitHub repositories.

The idea is that any team working with Python could use this repository as a reference implemetation and customize their own platform in a way that fits their team's opinions.

There are two components to this platform:

  1. phitoduck-projen, a library of Python-based projen "Components" (building blocks) for generating scaffolded Python projects
  2. repogen, a CLI tool for creating configured GitHub repositories with boilerplate projects

Quick Start

brew install nodejs # for phitoduck-projen
pip install -e .

# create a repository with a scaffolded python project, save the state 
GITHUB_TOKEN="ghp_xxxx" \
PULUMI_ACCESS_TOKEN="pul-xxxx" \
    repogen create-repo <name>

# clean up the repository
GITHUB_TOKEN="ghp_xxxx" \
PULUMI_ACCESS_TOKEN="pul-xxxx" \
    repogen destroy-repo <name>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

repogen-0.0.0-py2.py3-none-any.whl (10.2 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page