@skivvy/skivvy-package-hello-world
v0.1.1
Published
Skivvy example package
Downloads
1
Readme
Skivvy package: hello-world
Skivvy example package
Installation
skivvy install hello-world
Overview
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 greet
Configuration settings:
| Name | Type | Required | Default | Description |
| ---- | ---- | -------- | ------- | ----------- |
| user
| string
| No | package.user
| User to greet |
welcome
Welcome the user
Usage:
skivvy run welcome