bumped-gh-pages

0.1.4 • Public • Published

bumped-gh-pages


bumped

Last version Dependency status Dev Dependencies Status NPM Status Donate

Publishing files on GitHub Pages.

Configure your .bumpedrc adding a entry for bumped-gh-pages as the follow example:

files: [
  'package.json'
]
 
plugins:
 
  postrelease:
 
    'Publishing at GitHub Pages':
      plugin: 'bumped-gh-pages'
      folder: 'dist'

Install

You don't need to install it! Bumped automatically resolve the plugins dependencies. However if you still want to do so must be globally accessible:

$ npm install -g bumped-gh-pages

API

folder

Required Type: string

The base directory for all source files.

  • $newVersion: The bumped version before the release.
  • $oldVersion: The bumped version after the release.

opts

Type: object

Additional options to be passed to gh-pages.

License

MIT © Bumped

Package Sidebar

Install

npm i bumped-gh-pages

Weekly Downloads

1

Version

0.1.4

License

MIT

Unpacked Size

6.72 kB

Total Files

6

Last publish

Collaborators

  • kikobeats