0.1.5 • Published 9 years ago

@skivvy/skivvy-package-utils v0.1.5

Weekly downloads
1
License
ISC
Repository
github
Last release
9 years ago

Skivvy package: utils

npm version Stability

Create Skivvy tasks and packages

Installation

skivvy install utils

Overview

This package is intended to help create tasks and packages for the Skivvy task runner.

Configuration settings:

NameTypeRequiredDefaultDescription
paths.tasksstringNo"skivvy_tasks"Local tasks folder
paths.packagesstringNo"node_modules"External packages folder
overwritebooleanNofalseWhether to overwrite existing files

Included tasks

create-task

Create a Skivvy task

Usage:

skivvy run create-task

Configuration settings:

NameTypeRequiredDefaultDescription
context.namestringNoUser-promptedTask name
context.descriptionstringNoUser-promptedTask description
options.destinationstringNopackage.paths.tasksLocal tasks folder
options.overwritebooleanNopackage.overwriteWhether to overwrite existing files

create-package

Create a Skivvy package

Usage:

skivvy run create-package

Configuration settings:

NameTypeRequiredDefaultDescription
context.namestringNoUser-promptedSkivvy package name
context.descriptionstringNoUser-promptedTask description
context.authorstringNoproject.authorAuthor name
context.licensestringNoproject.licensePackage license
options.destinationstringNopackage.paths.packagesExternal packages folder
options.overwritebooleanNopackage.overwriteWhether to overwrite existing files
0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago