From 74e38ba1ab56a3e292682f4eefeec1f711e6f505 Mon Sep 17 00:00:00 2001 From: David Botton Date: Fri, 11 Feb 2022 10:53:29 -0500 Subject: [PATCH] update templates --- templates/projects/clog-gui/README.md | 10 +++++++++- templates/projects/clog-gui/tmpl.asd.lt | 1 - templates/projects/clog-web/README.md | 10 +++++++++- templates/projects/clog-web/tmpl.asd.lt | 1 - templates/projects/clog/README.md | 9 ++++++++- templates/projects/clog/tmpl.asd.lt | 1 - 6 files changed, 26 insertions(+), 6 deletions(-) diff --git a/templates/projects/clog-gui/README.md b/templates/projects/clog-gui/README.md index a54a0c0..9aafe48 100644 --- a/templates/projects/clog-gui/README.md +++ b/templates/projects/clog-gui/README.md @@ -1 +1,9 @@ -*New CLOG-GUI project* +# New CLOG-GUI project +### _Your Name _ + +This is a project to do ... something. + +## License + +Specify license here + diff --git a/templates/projects/clog-gui/tmpl.asd.lt b/templates/projects/clog-gui/tmpl.asd.lt index 765e76b..0d0177d 100644 --- a/templates/projects/clog-gui/tmpl.asd.lt +++ b/templates/projects/clog-gui/tmpl.asd.lt @@ -1,6 +1,5 @@ (asdf:defsystem #:<%= (@ sys-name) %> :description "New CLOG System" - :author "some@one.com" :license "BSD" :version "0.0.0" diff --git a/templates/projects/clog-web/README.md b/templates/projects/clog-web/README.md index a119494..cb67874 100644 --- a/templates/projects/clog-web/README.md +++ b/templates/projects/clog-web/README.md @@ -1 +1,9 @@ -*New CLOG project* +# New CLOG Web project +### _Your Name _ + +This is a project to do ... something. + +## License + +Specify license here + diff --git a/templates/projects/clog-web/tmpl.asd.lt b/templates/projects/clog-web/tmpl.asd.lt index 765e76b..0d0177d 100644 --- a/templates/projects/clog-web/tmpl.asd.lt +++ b/templates/projects/clog-web/tmpl.asd.lt @@ -1,6 +1,5 @@ (asdf:defsystem #:<%= (@ sys-name) %> :description "New CLOG System" - :author "some@one.com" :license "BSD" :version "0.0.0" diff --git a/templates/projects/clog/README.md b/templates/projects/clog/README.md index a119494..066ff85 100644 --- a/templates/projects/clog/README.md +++ b/templates/projects/clog/README.md @@ -1 +1,8 @@ -*New CLOG project* +# New CLOG project +### _Your Name _ + +This is a project to do ... something. + +## License + +Specify license here diff --git a/templates/projects/clog/tmpl.asd.lt b/templates/projects/clog/tmpl.asd.lt index 765e76b..0d0177d 100644 --- a/templates/projects/clog/tmpl.asd.lt +++ b/templates/projects/clog/tmpl.asd.lt @@ -1,6 +1,5 @@ (asdf:defsystem #:<%= (@ sys-name) %> :description "New CLOG System" - :author "some@one.com" :license "BSD" :version "0.0.0"