Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/docpad/docpad-plugin-repocloner

Clone git repos into your repository somewhere before each complete regeneration
https://github.com/docpad/docpad-plugin-repocloner

docpad-plugin

Last synced: 2 months ago
JSON representation

Clone git repos into your repository somewhere before each complete regeneration

Awesome Lists containing this project

README

        

Repository Cloner Plugin for DocPad

Travis CI Build Status
NPM version
NPM downloads
Dependency Status
Dev Dependency Status


GitHub Sponsors donate button
Patreon donate button
Flattr donate button
Liberapay donate button
Buy Me A Coffee donate button
Open Collective donate button
crypto donate button
PayPal donate button
Wishlist browse button

Clone or update repositories into your DocPad website before generation

## Usage

Add the following inside your [DocPad configuration file](http://docpad.org/docs/config), changing the `repo` values to what you desire:

``` coffee
plugins:
repocloner:
repos: [
name: 'Some Repository'
path: 'src/documents/some-repo'
branch: 'master'
url: 'https://github.com/some-org/some-repo.git'
]
```

This will update the repository on each initial generation.

If you would like to have repocloner update the repository during subsequent generations, you can do this via the [DocPad API](http://docpad.org/docs/api):

``` coffee
docpadInstance.action('generate', {populate:true, reload:true})
# populate will cause this plugin to fire, as it emits the populateCollections events
# reload will scan the file system for new files
```

Install

Install this DocPad plugin by entering docpad install repocloner into your terminal.

History

Discover the release history by heading on over to the HISTORY.md file.

Contribute

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

Backers

Maintainers

These amazing people are maintaining this project:

Sponsors

No sponsors yet! Will you be the first?

GitHub Sponsors donate button
Patreon donate button
Flattr donate button
Liberapay donate button
Buy Me A Coffee donate button
Open Collective donate button
crypto donate button
PayPal donate button
Wishlist browse button

Contributors

These amazing people have contributed code to this project:

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

License

Unless stated otherwise all works are:

and licensed under: