Unified CLI project template and initializer
Project description
CLI Standard Kit (Python Installer Version)
This package provides a self-installing CLI for creating standardized Python command-line tools.
🚀 Usage
pip install git+https://github.com/c3nk/cookiecutter-cli-standard-kit.git
cli-standard-kit init mytool
What it does
- Generates a new project from the cookiecutter template
- Initializes a local Git repository
- Creates and activates a
.venvenvironment - Provides ready-to-run CLI structure following standard rules
Example output
🚀 Creating new CLI project: mytool
📁 Entered: /path/to/mytool
🐍 Creating virtual environment (.venv)...
✅ Virtual environment created.
📦 Project ready!
➡ cd mytool && source .venv/bin/activate && python src/mytool/cli.py --help
Project details
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 cli_standard_kit-1.0.0.tar.gz.
File metadata
- Download URL: cli_standard_kit-1.0.0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66214d7c0f72c1ce4831e59f0ef13bc6f18ba0abb6e21f1ff5b6db110ed8a738
|
|
| MD5 |
f03a0cf853d3c628f4c64f24e395a94b
|
|
| BLAKE2b-256 |
ccfe2de3abdce8d2266d4e9eb037f8c043e50619cb331139b600b041f7793cdd
|
File details
Details for the file cli_standard_kit-1.0.0-py3-none-any.whl.
File metadata
- Download URL: cli_standard_kit-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50e2ad953bbecd8bfaaef5fe3fd29cbf848b86bd0f2a155eed1d7a7efa8e3625
|
|
| MD5 |
3f0143fa27cfc9cefc7af6230a9e26db
|
|
| BLAKE2b-256 |
2fdc32006e1cad9cc22d293dfcc62c89d98cf6436c469711d2f0cb1e12b722da
|