gh-pages-with-token

1.0.0 • Public • Published

gh-pages-with-token

Build Status npm dependencies devDependencies

A small utility to pass a GitHub token in Travis CI.

Installation

$ npm i --save-dev gh-pages-with-token

Usage

package.json

{
  // ...
  "scripts": {
    "deploy": "gh-pages-with-token -d dist"
  }
}

Why?

This is a small utility that will utilize a GH_TOKEN environment variable in Travis CI. It will use this to construct a url that can be pushed to when using the gh-pages package. This will set the -r flag for you. Any other flags set will be passed along.

License

Copyright © 2016 Neil Kistner

Released under the MIT license. See license for details.

Readme

Keywords

Package Sidebar

Install

npm i gh-pages-with-token

Weekly Downloads

19

Version

1.0.0

License

MIT

Last publish

Collaborators

  • wyze