Create Skivvy tasks and packages
skivvy install utils
This package is intended to help create tasks and packages for the Skivvy task runner.
Name | Type | Required | Default | Description |
---|---|---|---|---|
paths.tasks |
string |
No | "skivvy_tasks" |
Local tasks folder |
paths.packages |
string |
No | "node_modules" |
External packages folder |
overwrite |
boolean |
No | false |
Whether to overwrite existing files |
Create a Skivvy task
skivvy run create-task
Name | Type | Required | Default | Description |
---|---|---|---|---|
context.name |
string |
No | User-prompted | Task name |
context.description |
string |
No | User-prompted | Task description |
options.destination |
string |
No | package.paths.tasks |
Local tasks folder |
options.overwrite |
boolean |
No | package.overwrite |
Whether to overwrite existing files |
Create a Skivvy package
skivvy run create-package
Name | Type | Required | Default | Description |
---|---|---|---|---|
context.name |
string |
No | User-prompted | Skivvy package name |
context.description |
string |
No | User-prompted | Task description |
context.author |
string |
No | project.author |
Author name |
context.license |
string |
No | project.license |
Package license |
options.destination |
string |
No | package.paths.packages |
External packages folder |
options.overwrite |
boolean |
No | package.overwrite |
Whether to overwrite existing files |