@githoldder/darwin-skillpacks
v0.1.0
Published
Install Darwin scenario skillpacks from GitHub with one npx command.
Maintainers
Readme
Darwin Skillpacks Installer
Install scenario skillpacks from GitHub with one npx command.
Usage
npx @githoldder/darwin-skillpacks list
npx @githoldder/darwin-skillpacks install all --target ./skills
npx @githoldder/darwin-skillpacks install 01-academic-writing --target ./skillsCommands
| Command | Description |
|---|---|
| list | Show available skillpacks |
| install <name> | Clone one skillpack by name |
| install all | Clone all skillpacks |
Notes
- This package shells out to
git clone. - Existing target directories are skipped by default.
- Use
--forceto replace an existing target directory.
