diff options
| author | jay <you@example.com> | 2021-02-03 23:10:43 -0500 |
|---|---|---|
| committer | jay <you@example.com> | 2021-02-03 23:10:43 -0500 |
| commit | 0501f06faf9357a51a933ce434ab00368d3835df (patch) | |
| tree | 88ed71bb91f66b3dec32ef798a1afd857d41a3b6 | |
| parent | 918200c02d392c17862fff81bbf58820ed15c725 (diff) | |
| download | cmd2-git-0501f06faf9357a51a933ce434ab00368d3835df.tar.gz | |
docs(README): Added links for cookiecutter projects
Added section to README for community donated cookiecutter templates.
refs #940
| -rwxr-xr-x | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -215,7 +215,9 @@ Tutorials * [video](https://www.youtube.com/watch?v=pebeWrTqIIw) * [slides](https://github.com/python-cmd2/talks/blob/master/PyOhio_2019/cmd2-PyOhio_2019.pdf) * [example code](https://github.com/python-cmd2/talks/tree/master/PyOhio_2019/examples) - +* [Cookiecutter](https://github.com/cookiecutter/cookiecutter) Templates from community + * Basic cookiecutter template for cmd2 application : https://github.com/jayrod/cookiecutter-python-cmd2 + * Advanced cookiecutter template with external plugin support : https://github.com/jayrod/cookiecutter-python-cmd2-ext-plug Example Application ------------------- |
