# ee-gitpage

> publish your static page to git repo(base on gh-pages)

Latest version **0.0.5** (published 2017-01-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install ee-gitpage
pnpm add ee-gitpage
yarn add ee-gitpage
bun add ee-gitpage
```

Provides the command `ee-gitpage`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.5 |
| Published | 2017-01-08 |
| First published | 2017-01-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 7 |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Plucky |
| Maintainers | plucky |
| Keywords | ee-gitpage, git, gh-pages, github |

## Links

- npm: https://www.npmjs.com/package/ee-gitpage
- Repository: https://github.com/Pluckypan/ee-gitpage
- Homepage: http://www.echo.engineer/
- Issues: https://github.com/Pluckypan/ee-gitpage/issues
- npm.io page: https://npm.io/package/ee-gitpage

## Dependencies (7)

- [q](https://npm.io/package/q.md) 1.4.1
- [q-io](https://npm.io/package/q-io.md) 1.13.2
- [async](https://npm.io/package/async.md) 2.1.2
- [globby](https://npm.io/package/globby.md) ^6.1.0
- [rimraf](https://npm.io/package/rimraf.md) ^2.5.4
- [commander](https://npm.io/package/commander.md) 2.9.0
- [graceful-fs](https://npm.io/package/graceful-fs.md) 4.1.10

## Recent versions

- 0.0.5 (latest) — 2017-01-08
- 0.0.4 — 2017-01-08
- 0.0.3 — 2017-01-06
- 0.0.2 — 2017-01-06
- 0.0.1 — 2017-01-06

## README

# ee-gitpage

Publish files to a git repo branch(based on gh-pages).

> gh-pages has an error when run in mac-os.(in module util,function copy).
so we have ee-gitpage

## Getting Started

```shell
npm install ee-gitpage --save-dev
```

This module requires Git `>=1.7.6`.

## Basic Usage

```js
var ghpages = require('ee-gitpage');
var path = require('path');

ghpages.publish(path.join(__dirname, 'dist'), function(err) { ... });
```

## Dependencies
Note that this plugin requires Git 1.7.6 or higher (because it uses the `--exit-code` option for `git ls-remote`).

---
_Source: https://npm.io/package/ee-gitpage · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
