Introduction
===========================
This console application helps in creating other applications
by generating files and directories based on templates and
user input.
The application expects as arguments one or more control files
that consist of commands. Each line is interpreted and
compared against a list of known commands. Comments must
stay on their own line and should start with a # sign.
List of build-in commands:
INCLUDE <file>
includes another file; the file is interpreted before
stepping to next line.
The commands are case-insensitive, but always presented as Uppercase
in documentation.
Getting the package
===========================
The program uses Git as VCM. To get the source code use folloing command:
git clone git://git.code.sf.net/p/programscaffold/code programscaffold-trunk
Precompiled packages are available at download page.
Licence
===========================
The project is distributed under the 3-clause license
("Revised BSD License", "New BSD License", or
"Modified BSD License") [1]. Read about it in the COPYING file.
Instalation
===========================
To build and install the library follow the instructions in INSTALL file.
Content of the package
===========================
TBD