summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2021-02-11 11:40:07 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2021-02-11 11:40:07 -0500
commit49888db331fe449dbc1853265376a46472995750 (patch)
tree969cf6d2facdffa9f400949fe99e14255c291880
parent29dcd89ff647585e4327c5f05cf71de5f57ec5af (diff)
parent81cbc40b5dfa6f615a621ed42c6ed437faabb4da (diff)
downloadcmd2-git-49888db331fe449dbc1853265376a46472995750.tar.gz
Merge branch 'master' into 2.0
-rwxr-xr-xREADME.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index d43908f6..6dd4e81e 100755
--- a/README.md
+++ b/README.md
@@ -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
-------------------