8000 GitHub - hiromis/pathogen: A command line utility for generating filesystem entries from templates.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000 forked from galaho/pathogen

A command line utility for generating filesystem entries from templates.

License

Notifications You must be signed in to change notification settings

hiromis/pathogen

 
 

Repository files navigation

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.

About

A command line utility for generating filesystem entries from templates.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 96.8%
  • Makefile 3.2%
0