pon-task-changelog

2.0.9 • Public • Published

pon-task-changelog

Build Status npm Version JS Standard

Pon task to generate CHANGELOG

Installation

$ npm install pon-task-changelog --save

Usage

'use strict'

const pon = require('pon')
const ponTaskChangelog = require('pon-task-changelog')

;(async () => {
  let run = pon({
    changelog: ponTaskChangelog()
  })

  run('changelog')
}).catch((err) => console.error(err))

Signatures

define(options) -> function

Define task

Param type Description
options Object Optional settings

License

This software is released under the Apache-2.0 License.

Links

Readme

Keywords

Package Sidebar

Install

npm i pon-task-changelog

Weekly Downloads

24

Version

2.0.9

License

Apache-2.0

Unpacked Size

26.1 kB

Total Files

30

Last publish

Collaborators

  • realglobe