Commit graph

5 commits

Author SHA1 Message Date
d760772a9a Change variable delimiter
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.
2013-05-20 01:02:38 +02:00
8c8fa18857 Add pt script
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.
2013-05-20 00:21:12 +02:00
abe302c1b6 Add provide 2012-05-27 15:56:52 +02:00
389aeac59f Add documentation strings 2012-05-27 15:56:10 +02:00
9d76a64745 Initial commit 2012-05-17 19:19:33 +02:00