gh_pages 0.1.1 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.