5.1.1 • Published 8 years ago

ape-deploying v5.1.1

Weekly downloads
8
License
MIT
Repository
github
Last release
8 years ago

ape-deploying

Build Status npm Version JS Standard

Deploying module of ape framework.

Usage

Deploy to GitHub Pages

Deploy subdirectory to GitHub Pages using git subtree.

#!/usr/bin/env node
'use strict'

const apeDeploying = require('ape-deploying')

apeDeploying.deployGhPages('doc', {}).then(() => {
  /* ... */
})

Deploy to GitHub Wiki

Deploy files to GitHub Wiki page.

#!/usr/bin/env node
'use strict'

const apeDeploying = require('ape-deploying')

const wikiUrl = 'https://github.com/okunishinishi/node-coz.wiki.git'

apeDeploying.deployGhWiki('doc/wiki/*.md', wikiUrl, {
  clean: true
}).then(() => {
  /* ... */
})

License

This software is released under the MIT License.

Links

5.1.1

8 years ago

5.1.0

8 years ago

5.0.5

9 years ago

5.0.4

9 years ago

5.0.3

9 years ago

5.0.2

9 years ago

5.0.1

9 years ago

5.0.0

9 years ago

4.0.2

9 years ago

4.0.1

9 years ago

4.0.0

9 years ago

3.0.0

10 years ago

2.0.0

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago