A Template-based File Generator. Like cookiecutter but works with file templates instead of project templates.
285
stars
7
forks
source link
Use '@template[:[target][:mode]]' syntax to mark that a file should NOT be opened for editing #14
Open
bbugyi200 opened 5 years ago
For example,
cookie tempA:dirA/targA @tempB:targB:modeB tempC
will:dirA
if it does not already exist.dirA/targA
using thetempA
template.targB
using thetempB
template.targB
tomodeB
(usingchmod
).tempC
using the same name for the template and target.dirA/targA
andtempC
(the target version) in an editor.