gh_pages 0.1.1 copy "gh_pages: ^0.1.1" to clipboard
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
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.

1
likes
160
points
32
downloads

Publisher

verified publishervojtech.net

Weekly Downloads

2024.10.02 - 2025.04.16

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

args, git, path

More

Packages that depend on gh_pages