You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pgot/template
Jason T. Lenz a39eec3a4f
Further Makefile cleanup
3 years ago
..
Makefile.got Further Makefile cleanup 3 years ago
README.md Further Makefile cleanup 3 years ago
README.md.got Update contribute link in README.md 3 years ago

README.md

Purpose

This "template" folder contains templates and associates scripts to generate standard repository files such as README.md and LICENSE. This is primarily used by the author to ensure consistency across repositories and can safely be ignored by most end users and contributors.

Usage

If you do desire to use or process templates in this folder make sure you have cloned the git repository at https://git.lenzplace.org/lenzj/repo-template. The cloned "repo-template" respository should ideally exist one level outside this repository root. I.E. ../repo-template

Once this is in place you can regenerate the documents from templates using the following command from the main repository folder:

$ make regenMakefile
$ make regenDocMain