0.0.1 • Published 2 years ago

@octorelease/sample-plugin v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Sample plugin

Octorelease sample plugin.

Build Status npm latest version npm next version

StepDescription
initValidate plugin configuration.
versionPrint hello message if project version has changed.
publishAdd already published package to list of released packages.
successPrint happy message.
failPrint sad message.

Install

$ npm install @octorelease/sample-plugin -D

Usage

The plugin can be configured in the Octorelease configuration file:

{
  "plugins": [
    ["@octorelease/sample-plugin", {
      "name": "world"
    }]
  ]
}

Configuration

Options

OptionsDescriptionDefault
nameName to say hello to.(required)