shawn deng repo temple project
Project description
repo-scaffold
A modern project scaffolding tool that helps you quickly create standardized project structures with best practices.
Features
- 🚀 Quick project initialization with modern best practices
- 📦 Project templates with standardized structure
- ⚙️ Interactive project configuration
- 🔧 Pre-configured development tools (ruff, pytest, nox)
- 📚 Documentation setup with MkDocs Material
- 🔄 GitHub Actions workflows included
Installation
# Using uvx (recommended)
uvx install repo-scaffold
# Using pip
pip install repo-scaffold
# Using poetry
poetry add repo-scaffold
Quick Start
# List available templates
repo-scaffold list
# Create a new project
repo-scaffold create python
# Create a project in a specific directory
repo-scaffold create python -o ./my-projects
Available Templates
Currently supported project templates:
- Python Project Template
- Modern Python project structure
- Testing setup with pytest and nox
- Documentation with MkDocs Material
- Code quality with ruff
- GitHub Actions CI/CD workflows
- Dependency management with your choice of tool
- Automated version management
- MIT License template
Development Setup
To set up the development environment:
# Clone the repository
git clone https://github.com/ShawnDen-coder/repo-scaffold.git
cd repo-scaffold
# Create and activate virtual environment
python -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
# Install development dependencies
pip install -e ".[dev,docs]"
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 Distribution
repo_scaffold-0.10.0.tar.gz
(49.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file repo_scaffold-0.10.0.tar.gz.
File metadata
- Download URL: repo_scaffold-0.10.0.tar.gz
- Upload date:
- Size: 49.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b51181202c3de58913af7bf0540cc090b3d6be2678ea744459a7278eb519777b
|
|
| MD5 |
ab656ec3aef41ab827ce77a2f7b17060
|
|
| BLAKE2b-256 |
49bbe18e4747f448c998d7c9acb556d9b92420ab9aa5eed10e4481f2eede3c68
|
File details
Details for the file repo_scaffold-0.10.0-py3-none-any.whl.
File metadata
- Download URL: repo_scaffold-0.10.0-py3-none-any.whl
- Upload date:
- Size: 21.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d27f17c9ae77f8c194a15cddcca2d10726d2b664865e48e440c7d32ecb5c2bcd
|
|
| MD5 |
4f1b925b844c73060cd0a4c3e5f6517b
|
|
| BLAKE2b-256 |
d08c8392066e996c13f8eabc1eb7281ce4103caaf1de8ff7cef191b47e33f1d6
|