Pathogen provides a generic templated filesystem entry generator. While written in Go and using Go template syntax, pathogen is completely agnostic with regard to the type and format of the generated filesystem entries.
Contributing
Fork this repository into your GitHub account.
Clone your fork locally (git clone https://github.com/<account>/pathogen && cd pathogen).
Create your feature branch (git checkout -b feature).
Make changes and add them (git add .).
Commit your changes (git commit -m 'add feature that does things').