aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add READMEGravatar Tom Willemse2013-05-201-0/+5
|
* Rename project to kaarvokGravatar Tom Willemse2013-05-203-80/+82
| | | | project-template was too general and used by other projects.
* Add license informationGravatar Tom Willemse2013-05-203-0/+726
|
* Change variable delimiterGravatar Tom Willemse2013-05-201-4/+10
| | | | | | | | Since the `__' is used quite a lot in, for example, Python code and files it proved to be a sub-optimal as a delimiter. Now, by default, `$!' is used, which should appear somewhat less (I hope) and it has been made customizable. Look out when customizing, it is placed in a regular expression without any escaping.
* Add pt scriptGravatar Tom Willemse2013-05-201-0/+9
| | | | | | | The `pt' script is used to add a command-line interface to the `project-template' module. It runs the `pt-create-project-from-template' function, passing along the first and second arguments.
* Add provideGravatar Tom Willemsen2012-05-271-0/+2
|
* Add documentation stringsGravatar Tom Willemsen2012-05-271-1/+16
|
* Initial commitGravatar Tom Willemsen2012-05-172-0/+78