templates for standardizing common files across repositories https://git.lenzplace.org/lenzj/repo-template
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.
 
Jason T. Lenz b006e2e7ca
Fix Makefile template bug and missing .PHONY statements
3 years ago
LICENSE.src Initial commit 3 years ago
Makefile.src Fix Makefile template bug and missing .PHONY statements 3 years ago
README.src Update contact link in README.md 3 years ago
template Fix Makefile template bug and missing .PHONY statements 3 years ago
LICENSE Initial commit 3 years ago
Makefile Fix Makefile template bug and missing .PHONY statements 3 years ago
README.md Update contact link in README.md 3 years ago
global.got Initial commit 3 years ago

README.md

repo-template

These are templates and examples for use in standardizing common files across repositories at https://git.lenzplace.org/lenzj/.

Example use of these templates can be seen in the template folder of this repository.

Dependencies

Generating documentation

Some of the documents in this repository were generated from templates. To regenerate these documents:

$ make doc

To remove generated documents:

$ make cleanDoc

Contributing

If you have a bugfix, update, issue or feature enhancement the best way to reach me is by following the instructions in the link below. Thank you!

https://blog.lenzplace.org/contact

Versioning

I follow the SemVer strategy for versioning. The latest version is listed in the releases section.

License

This project is licensed under a BSD two clause license - see the LICENSE file for details.