Workspace Factory CLI for initializing standard workspace folders
Project description
mulch — Workspace Factory CLI
mulch is a lightweight, project-agnostic CLI tool to scaffold and generate workspace directories
for any Python project. It bootstraps a standardized workspace folder structure and configuration
files inside your project directory.
Features
- Initialize workspaces with a consistent scaffold defined by
mulch-scaffold.json - Create a
default-workspace.tomlto track the active workspace - Works standalone and project-agnostic; no assumptions about your repo layout
- Easily installable and runnable via
pipx
Installation
pipx (recommended)
pipx install mulch
git clone
git clone https://github.com/city-of-memphis/mulch.git
cd mulch
poetry install
poetry build
pipx install dist/mulch-*-py3-none-any.whl
Usage
# Initialize workspace named 'default' in the current directory
mulch init
# Initialize workspace named 'workspace1' in ./myproject
mulch init ./myproject --name workspace1
# Initialize workspace named 'workspace1' in the current directory
mulch init --name workspace1
# Skip creating default-workspace.toml
mulch init ./myproject --name workspace1 --no-set-default
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
mulch-0.1.27.tar.gz
(9.3 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
mulch-0.1.27-py3-none-any.whl
(14.1 kB
view details)
File details
Details for the file mulch-0.1.27.tar.gz.
File metadata
- Download URL: mulch-0.1.27.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8745159dc5c4e169635bbac3990ce9ed2da439ff7669b9475843a6a0b3bee21d
|
|
| MD5 |
ee45b1aa0fab4934affeeee9f76fa716
|
|
| BLAKE2b-256 |
15e5b13b65ad57d5aa184883c8949ff09fb050e5bc3254b1f47c2821d01aff2d
|
File details
Details for the file mulch-0.1.27-py3-none-any.whl.
File metadata
- Download URL: mulch-0.1.27-py3-none-any.whl
- Upload date:
- Size: 14.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f58fb5118bd18a3fdbac47ed5d2e6963442a0a10268b30ca2ea1957fffd4fa3
|
|
| MD5 |
4fc953cfac3ba27669d819367e9d3553
|
|
| BLAKE2b-256 |
17fe007a4da64cd95c36a33fb1e9d4b3f2569146dc17ea72aaf62fb39abbaf08
|