summaryrefslogtreecommitdiff
path: root/process_test.go
AgeCommit message (Collapse)Author
2018-01-28Refactoring template processingDave Henderson
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
2017-12-29Naming template after input filenameDave Henderson
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
2017-11-27Can now pass --exclude as a flagGeorge Kelly
exclude takes a glob and ensures that any files found in that glob aren't parsed
2017-08-09Extracting data namespace, renaming typeconv to conv namespaceDave Henderson
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
2017-08-01Configure Appveyor to test Windows buildsDave Henderson
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
2017-04-28Migrating to spf13/cobra for commandline processingDave Henderson
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
2017-04-28Add --input-dir and --output-dir as options (#119)Roland Huß
All filese from --input-dir will be processed as templates and stored with the same directory hierachy in --ouput-dir - Use both options when a whole directory hierarchy needs to be processed. - Extracted file processing logic in an extra process.go - --output-dir is optional and default to "." - --output-dir is created automatically if not existing Fixes #117 Signed-off-by: Roland Huss <roland@ro14nd.de>