RepoForge – one-command Python project bootstrapper (single stdlib file)

WPAI1 pts0 comments

GitHub - MrWizard94-Compile/repoforge: One command: git repo + venv + .gitignore + README + deps + GitHub remote. Free Python project bootstrapper — single stdlib file. · GitHub

/" data-turbo-transient="true" />

Skip to content

Search or jump to...

Search code, repositories, users, issues, pull requests...

-->

Search

Clear

Search syntax tips

Provide feedback

--><br>We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Cancel

Submit feedback

Saved searches

Use saved searches to filter your results more quickly

-->

Name

Query

To see all available qualifiers, see our documentation.

Cancel

Create saved search

Sign in

/;ref_cta:Sign up;ref_loc:header logged out"}"<br>Sign up

Appearance settings

Resetting focus

You signed in with another tab or window. Reload to refresh your session.<br>You signed out in another tab or window. Reload to refresh your session.<br>You switched accounts on another tab or window. Reload to refresh your session.

Dismiss alert

{{ message }}

MrWizard94-Compile

repoforge

Public

Notifications<br>You must be signed in to change notification settings

Fork

Star

main

BranchesTags

Go to file

CodeOpen more actions menu

Folders and files<br>NameNameLast commit message<br>Last commit date<br>Latest commit

History<br>2 Commits<br>2 Commits

LICENSE

LICENSE

README.md

README.md

repoforge_lite.py

repoforge_lite.py

View all files

Repository files navigation

RepoForge Lite

One command: git repo + virtual environment + .gitignore + starter README + dependencies + GitHub remote.

python repoforge_lite.py my-project --owner YOUR_GITHUB_NAME

Sixty seconds later you have a working, git-connected Python project. No dependencies to install — RepoForge Lite is a single standard-library file. Python 3.9+, Windows/macOS/Linux, MIT licensed.

What it does

Creates the project directory and git init (default branch main)

Builds a .venv and installs a sensible starter set (requests, python-dotenv, rich, pytest)

Writes a real .gitignore (venv, env files, caches, editor junk)

Generates a starter README

Links your GitHub remote (https://github.com//.git)

Makes the first commit

Re-runnable and careful: it won't clobber an existing project.

Install

There isn't one. Download repoforge_lite.py, put it anywhere, run it with Python 3.9+.

curl -O https://raw.githubusercontent.com/MrWizard94-Compile/repoforge/main/repoforge_lite.py<br>python repoforge_lite.py my-project --owner you

Want more? RepoForge Pro

Lite bootstraps a project. Pro bootstraps your kind of project:

7 opinionated profiles: minimal · general · cli (Typer) · fastapi · data · ml-experiment · automation

The ml-experiment profile ships experiment + claims registries with falsification discipline — from a real AI research workflow

LICENSE + pyproject.toml + passing pytest scaffold per project

Pre-commit hooks (ruff + black), --dry-run, saved defaults, gh repo auto-creation with --create-remote --push

Idempotent by design, ships with its own 23-test suite

→ Get RepoForge Pro — $14 launch price (regular $19 after launch week).

Built by WPAI — human-directed, AI-assisted, fully disclosed. Forging the future of creative media.

About

One command: git repo + venv + .gitignore + README + deps + GitHub remote. Free Python project bootstrapper — single stdlib file.

Resources

Readme

License

MIT license

Uh oh!

There was an error while loading. Please reload this page.

Activity

Stars

stars

Watchers

watching

Forks

forks

Report repository

Releases

No releases published

Packages

Uh oh!

There was an error while loading. Please reload this page.

Contributors

Uh oh!

There was an error while loading. Please reload this page.

Languages

Python<br>100.0%

You can’t perform that action at this time.

project python repoforge github readme reload

Related Articles