github_pages 2.0.0 copy "github_pages: ^2.0.0" to clipboard
github_pages: ^2.0.0 copied to clipboard

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

example/main.dart

import 'package:github_pages/github_pages.dart' as ghpages;

void main() {
  ghpages.publish('build/web', {});
}
3
likes
140
pub points
0%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args, git, glob, path

More

Packages that depend on github_pages