@skivvy/skivvy-package-hello-world
v0.1.1
Published
Skivvy example package
Readme
Skivvy package: hello-world
Skivvy example package
Installation
skivvy install hello-worldOverview
This is an example package for the Skivvy task runner.
Configuration settings:
| Name | Type | Required | Default | Description |
| ---- | ---- | -------- | ------- | ----------- |
| user | string | No | "world" | Username for example task |
Included tasks
greet
Greet the user
Usage:
skivvy run greetConfiguration settings:
| Name | Type | Required | Default | Description |
| ---- | ---- | -------- | ------- | ----------- |
| user | string | No | package.user | User to greet |
welcome
Welcome the user
Usage:
skivvy run welcome