aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-10-28 08:19:28 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-10-28 08:19:28 -0200
commitc82747bd9dc07346a5a22513f966b602a1a17b6c (patch)
tree3d63502fb202d212107df1a19f93f86f763fcda0
parentb14ed3bfa625739b17f062de6cb99e4e089666e3 (diff)
downloadtemplater-c82747bd9dc07346a5a22513f966b602a1a17b6c.tar.gz
templater-c82747bd9dc07346a5a22513f966b602a1a17b6c.tar.bz2
Updates README and TODO
-rw-r--r--README.md6
-rw-r--r--TODO.md7
2 files changed, 11 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1d2d43b..eb1c7af 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,11 @@
Templater
=========
-Project bootstrapping made easy!
+Skeletor: project bootstrapping made easy! A boilerplater of useful utilities
+for your software project.
+
+Tired of tediously creating the basic skeleton for your projects? What if you
+forget to add a LICENSE or some other important file?
## Instalation
diff --git a/TODO.md b/TODO.md
index 607991f..a75617f 100644
--- a/TODO.md
+++ b/TODO.md
@@ -16,7 +16,12 @@ TODO
* Python
* Flask
* Debian package
+ * Website checklist
* Code:
- * Dectect if it's locally or system installed (BASEDIR).
+ * Hugo: tell the user about adding a theme: http://gohugo.io/getting-started/quick-start/
+ * Be verbose about the need to review and edit files, adding LICENSE headers into source files, etc
+ * Try an alternative command-line format, like "module:option1=value,option2=value with spaces"
+ * Git: optionally configure user.name, user.email, user.signingkey, commit.gpgsign, etc
+ * Dectect if it's locally or system installed (BASEDIR)
* Print module descriptions along with usage
* Split into module folders/files