template
is a collection of tools used to create templated files from the command line.
There are currently 2 executables provided by this project:
- template which is used to create files from templates chosen based on the extension.
- template-run which is used to print the result of the execution of a provided template file.
Rudimentary man pages are also provided, check man 1 template
and man 1 template-run
.
The package will also install the shared library libtemplate.so used by the two executable, and store the corresponding header files on the system.
template example.c
will create a C source file based on the template in the /etc/roadelou_template
directory, if any.
template-run example.template
will print the result of the execution of example.template
to stdout.
Field | Value |
---|---|
Contributors | roadelou |
Contacts | |
Creation Date | 2021-11-20 |
Language | Markdown Document |
Repository | [email protected]:roadelou/template |