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:
phitoduck-projen
, a library of Python-basedprojen
"Components" (building blocks) for generating scaffolded Python projectsrepogen
, 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
Release history Release notifications | RSS feed
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
File details
Details for the file repogen-0.0.0-py2.py3-none-any.whl
.
File metadata
- Download URL: repogen-0.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5cfecbada422797b842cf55e0fd21afc7914711c0b7c60629ea8357960b2db8 |
|
MD5 | df3fc75dbee48d481f8ebd57f2ec2418 |
|
BLAKE2b-256 | 552e0f06c0f9e1f4fa4b28cc029a77f7d75dcfaf2733da560bda999fbbdfba3c |