api documentation for gh-pages (v0.12.0)

Publish to a gh-pages branch on GitHub (or any other branch on any other remote)

table of contents

  1. module gh-pages
    1. function gh-pages.clean ()
    2. function gh-pages.git (args, cwd)
    3. function gh-pages.publish (basePath, config, callback)
    4. object gh-pages.util
  2. module gh-pages.git
    1. function gh-pages.git (args, cwd)
    2. function gh-pages.git.add (files, cwd)
    3. function gh-pages.git.checkout (remote, branch, cwd)
    4. function gh-pages.git.clean (cwd)
    5. function gh-pages.git.clone (repo, dir, branch, options)
    6. function gh-pages.git.commit (message, cwd)
    7. function gh-pages.git.exe (exe)
    8. function gh-pages.git.fetch (remote, cwd)
    9. function gh-pages.git.init (cwd)
    10. function gh-pages.git.push (remote, branch, cwd)
    11. function gh-pages.git.reset (remote, branch, cwd)
    12. function gh-pages.git.rm (files, cwd)
    13. function gh-pages.git.tag (name, cwd)
  3. module gh-pages.util
    1. function gh-pages.util.byShortPath (a, b)
    2. function gh-pages.util.copy (files, base, dest)
    3. function gh-pages.util.copyFile (obj, callback)
    4. function gh-pages.util.dirsToCreate (files)
    5. function gh-pages.util.uniqueDirs (files)

module gh-pages

function gh-pages.clean ()

function gh-pages.git (args, cwd)

function gh-pages.publish (basePath, config, callback)

module gh-pages.git

function gh-pages.git (args, cwd)

function gh-pages.git.add (files, cwd)

function gh-pages.git.checkout (remote, branch, cwd)

function gh-pages.git.clean (cwd)

function gh-pages.git.clone (repo, dir, branch, options)

function gh-pages.git.commit (message, cwd)

function gh-pages.git.exe (exe)

function gh-pages.git.fetch (remote, cwd)

function gh-pages.git.init (cwd)

function gh-pages.git.push (remote, branch, cwd)

function gh-pages.git.reset (remote, branch, cwd)

function gh-pages.git.rm (files, cwd)

function gh-pages.git.tag (name, cwd)

module gh-pages.util

function gh-pages.util.byShortPath (a, b)

function gh-pages.util.copy (files, base, dest)

function gh-pages.util.copyFile (obj, callback)

function gh-pages.util.dirsToCreate (files)

function gh-pages.util.uniqueDirs (files)

[ this document was created with utility2 ]