Last updated:
0 purchases
gh pages
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
copied to clipboard
You can also import it into your Dart project and call it from within.
dependencies:
gh_pages: ^0.1.0
copied to clipboard
Usage #
Publish <dir> to gh-pages branch and push to remote.
gh_pages <dir>
copied to clipboard
Run gh_pages --help or gh_pages -h to show usage help with all options.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.