Add your description here
Project description
white duck Project Starter
A command-line tool for quickly creating new projects from templates. Automatically discovers and provides commands for all templates in the templates directory.
Installation
# Clone the repository
git clone https://github.com/whiteduck-dev/project-starter.git
cd project-starter
# Install using uv
uv build
uv pip install -e .
Usage
Install uv
Visit the official documentation for detailed installation instructions:
List available templates:
uvx whiteduck --help
Create a new project:
# Basic usage - creates in current directory
uvx whiteduck react
# Specify output directory
uvx whiteduck react -o my-project
Get help for a specific template:
uvx whiteduck react --help
Available Templates
-
react - A modern React project template with:
- TypeScript support
- Vite for fast development
- TailwindCSS for styling
- Shadcn/ui components
- Python backend structure
-
lib - A template for creating Python libraries
- Modern Python package structure
- Testing setup
- Documentation scaffolding
-
package - A template for Python packages
- Basic package structure
- Development tools configuration
- Distribution setup
Adding New Templates
- Create a new directory under
src/whiteduck/templates/ - Name the directory what you want the command to be (e.g.,
apiforwhiteduck api) - Add your template files to this directory
- The command will be automatically available - no code changes needed
For example:
# Create a new template
mkdir src/whiteduck/templates/api
# Add template files
cp -r my-api-files/* src/whiteduck/templates/api/
# The command is now available
uv run whiteduck api --help
Links
- Website: https://www.whiteduck.de
- Version: 0.1.0
License
Copyright © 2024 white duck GmbH. All rights reserved.
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
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 whiteduck-0.4.4.tar.gz.
File metadata
- Download URL: whiteduck-0.4.4.tar.gz
- Upload date:
- Size: 80.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cea4f17c386b27cb46fd41dedb0e494d98ffa776c4f7431907b8f6c027ed26d6
|
|
| MD5 |
7f980e7a3ee6e611c082ae30e534d880
|
|
| BLAKE2b-256 |
610667af05e7867310da405d7f1a71fea1983c4d1bd8d4b3c422c20315b5222f
|
File details
Details for the file whiteduck-0.4.4-py3-none-any.whl.
File metadata
- Download URL: whiteduck-0.4.4-py3-none-any.whl
- Upload date:
- Size: 86.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c842e94b012adf533ce92fc389f72bae263e16430b937fbe5a891fcce7d997c
|
|
| MD5 |
f4ec20b85bfccfb479152e8a55f07aa8
|
|
| BLAKE2b-256 |
12f0a09b8fcf4d57abfae66279f6c30bb5baf1a231616be1f71ee3d2de496946
|