@skivvy/skivvy-package-hello-world

Skivvy example package

Usage no npm install needed!

<script type="module">
  import skivvySkivvyPackageHelloWorld from 'https://cdn.skypack.dev/@skivvy/skivvy-package-hello-world';
</script>

README

Skivvy package: hello-world

npm version Stability Build Status

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