aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
blob: 220a16c7d63ce18da1becac26939582745a074e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
TODO
====

* Bazaar:
  * README with basic info and HOWTO
  * Rename de project to "boilerplater" or "skeletor"?
* Licenses:
  * Public domain
  * Creative Commons
  * Perl
* Metafiles:
  * Changelog formats
  * Semver
* Standards:
  * Robotstxt
  * Securitytxt
* Modules:
  * Python
  * Flask
  * Debian package
  * Website checklist
  * Manpage
  * Multilicense
* Code:
  * Makefiles: non-conflicting target names with aliases/shorthands in the main Makefile
  * Check/detect/verify mode, telling which modules are installed and checking for missing things (like LICENSE)
  * Update mode to update configs between a project and templater's defaults
  * If git is in use, commit all changes, but check first it there are non-commited changes in the repo
  * 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.signingkey, commit.gpgsign, etc
  * Debian package module