docpad-plugin-repocloner

2.8.0 • Public • Published

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, 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:truereload: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:

Package Sidebar

Install

npm i docpad-plugin-repocloner

Weekly Downloads

126

Version

2.8.0

License

MIT

Unpacked Size

21.1 kB

Total Files

8

Last publish

Collaborators

  • bevryme