gh_pages 0.1.1 icon indicating copy to clipboard operation
gh_pages: ^0.1.1 copied to clipboard

Deploy files to gh-pages branch for Github Pages. Run from CLI or import into your project.

Publish to Github Pages. #

Dart implementation of gh-pages package. This package takes all files from within a selected subfolder, copies them into gh-pages branch and uploads it to the remote origin.

Installation #

To use gh_pages outside of Dart projects activate it globally.

pub global activate gh_pages

You can also import it into your Dart project and call it from within.

dependencies:
  gh_pages: ^0.1.0

Usage #

Publish <dir> to gh-pages branch and push to remote.

gh_pages <dir>

Run gh_pages --help or gh_pages -h to show usage help with all options.

1
likes
140
pub points
11%
popularity

Publisher

verified publisher iconvojtech.net

Deploy files to gh-pages branch for Github Pages. Run from CLI or import into your project.

Repository (GitHub)

Documentation

API reference

License

Icon for licenses.MIT (LICENSE)

Dependencies

args, git, path

More

Packages that depend on gh_pages