2.8.0 • Published 4 years ago

docpad-plugin-repocloner v2.8.0

Weekly downloads
30
License
MIT
Repository
github
Last release
4 years ago

Clone or update repositories into your DocPad website before generation

Usage

Add the following inside your DocPad configuration file, changing the repo values to what you desire:

	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:

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 this DocPad plugin by entering docpad install repocloner into your terminal.

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

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

These amazing people are maintaining this project:

No sponsors yet! Will you be the first?

These amazing people have contributed code to this project:

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

Unless stated otherwise all works are:

and licensed under: