6 Commits
Author SHA1 Message Date
Christoph Brandau 58bc6523fb Rename CLI and registry references to jpm
Updates tooling branding and configuration to use the jpm name and related defaults.

- Aligns CLI messaging and docs to reference jpm instead of previous name.
- Updates registry entry defaults (repository URL, destination path).
- Changes temporary working directory prefix used during fetch operations.
- Adds project SDK configuration entries for the IDE.
- Adjusts README usage instructions to match the renamed commands.

These changes keep tooling, docs, and runtime behavior consistent with the jpm namespace.
2026-02-13 13:41:23 +01:00
Christoph Brandau 874d01bd93 rename to jpm 2026-02-13 10:17:32 +01:00
Christoph 46df21cba8 update registry 2026-02-12 15:35:38 +01:00
Christoph d5f1dd6366 Implements jeaddons CLI tool
Adds a CLI tool to copy files or folders from a git repository into the current project based on a registry.

The tool provides commands to:
- `add`: Copies files/folders based on registry entries.
- `list`: Lists available registry entries.

Registry entries are defined in `jeAddons/registry.py`.
The tool supports overriding the registry's ref and destination.
2026-02-11 22:18:38 +01:00
Christoph 24d8c9c8af add basics 2026-02-05 22:01:07 +01:00
Christoph 7e75de3298 Initial commit 2026-02-05 20:17:20 +00:00