aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add some documentation in the READMEHEADmasterGravatar Tom Willemse2014-12-291-0/+67
|
* Expand file-name before useGravatar Tom Willemse2013-09-231-1/+2
| | | | | | | | | | | | Without expanding the file name to an absolute file name the following invocation would go wrong: ,---- | kaarvork some-template . `---- Because `kaarvok' would not know what to do with the `.' and errors would occur.
* Parse only directory names tooGravatar Tom Willemse2013-09-231-8/+10
| | | | | | Files that aren't parsed for their contents should still have their destination name parsed in case either the file or parent directory have variables in them.
* Run kaarvok from anywhereGravatar Tom Willemse2013-09-231-1/+1
| | | | | | When running `kaarvok' always add the current directory to the `load-path'. This way, as long as `kaarvok.el' is in the same directory as `kaarvok', `kaarvok.el' can always be found.
* 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