Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vaetas/gh_pages

Deploy files to gh-pages branch for Github Pages. Written in Dart lang.
https://github.com/vaetas/gh_pages

dart dartlang static-site

Last synced: 3 days ago
JSON representation

Deploy files to gh-pages branch for Github Pages. Written in Dart lang.

Awesome Lists containing this project

README

        

# Publish to Github Pages.

Dart implementation of [gh-pages](https://github.com/tschaub/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.

```text
pub global activate gh_pages
```

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

```yaml
dependencies:
gh_pages: ^0.1.0
```

## Usage

Publish `` to `gh-pages` branch and push to remote.

```text
gh_pages
```

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