/pathogen

A command line utility for generating filesystem entries from templates.

Primary LanguageGoMIT LicenseMIT

pathogen

CircleCI Maintainability Test Coverage

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.

Usage

An example pathogen template repository and usage is provided here.

Contributing

  1. Fork this repository into your GitHub account.
  2. Clone your fork locally (git clone https://github.com/<account>/pathogen && cd pathogen).
  3. Create your feature branch (git checkout -b feature).
  4. Make changes and add them (git add .).
  5. Commit your changes (git commit -m 'add feature that does things').
  6. Push to the branch (git push origin feature).
  7. Create new pull request.