Block a user
jpm (0.1.1)
Installation
pip install --index-url https://git.cbsk-tech.de/api/packages/Christoph/pypi/simple/ --extra-index-url https://pypi.org/simple jpmAbout this package
CLI to copy files or folders from a git repo into your current project
jeAddons
Clone a file or folder from Git repositories into your current project.
add is registry-based (like shadcn add): you manage entries in a dict.
Usage with uvx
- Edit
jeAddons/registry.pyand add entries toREGISTRY. - Run:
uvx jeaddons add <name> [--ref <branch-or-tag>] [--dest <target-dir>] [--force]
- See available names:
uvx jeaddons list
Registry example
REGISTRY = {
"button": {
"repo": "https://github.com/user/templates.git",
"path": "src/components/Button.tsx",
"ref": "main",
"dest": "src/components",
},
"ui": {
"repo": "https://github.com/user/templates.git",
"path": "src/components/ui",
"ref": "v1.2.0",
"dest": "src/components",
},
}
Requirements
Requires Python: >=3.14
Details
Assets (2)
Versions (1)
View all
jpm-0.1.1-py3-none-any.whl
15 KiB
jpm-0.1.1.tar.gz
36 KiB
0.1.1
2026-02-13