summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2021-02-09 17:02:25 -0500
committerGitHub <noreply@github.com>2021-02-09 17:02:25 -0500
commit81cbc40b5dfa6f615a621ed42c6ed437faabb4da (patch)
tree7dffd52278c08812c9c7f3cc3d84c071a1361aee
parent77d5ad3d86241eb312e2a9dae4deb20883b2fe50 (diff)
parenta39bae466ce026a3289d14e55ffd897168a6d938 (diff)
downloadcmd2-git-81cbc40b5dfa6f615a621ed42c6ed437faabb4da.tar.gz
Merge pull request #1054 from jayrod/cookiecutter_readme_addition
docs(README): Added links for cookiecutter projects
-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
-------------------