Menu

Tree [8c9996] master /
 History

HTTPS access


File Date Author Commit
 cmake 2013-08-08 Nicu Tofan Nicu Tofan [ee0feb] Merge branch 'redesign'
 cmd-test 2013-08-09 Nicu Tofan Nicu Tofan [e2e3e0] Added cpp generator
 dmp 2013-08-08 Nicu Tofan Nicu Tofan [81464a] Stubs for structural commands
 documentation 2013-08-10 Nicu Tofan Nicu Tofan [8c9996] saved variables now loaded by bbb
 googletest 2013-08-08 Nicu Tofan Nicu Tofan [ee0feb] Merge branch 'redesign'
 scaffold 2013-08-10 Nicu Tofan Nicu Tofan [8c9996] saved variables now loaded by bbb
 .gitattributes 2013-08-08 Nicu Tofan Nicu Tofan [ee0feb] Merge branch 'redesign'
 .gitignore 2013-08-08 Nicu Tofan Nicu Tofan [ee0feb] Merge branch 'redesign'
 AUTHORS 2013-08-08 Nicu Tofan Nicu Tofan [ee0feb] Merge branch 'redesign'
 CMakeLists.txt 2013-08-09 Nicu Tofan Nicu Tofan [e3ec42] Simpler CMake scripts
 COPYING 2013-08-08 Nicu Tofan Nicu Tofan [ee0feb] Merge branch 'redesign'
 INSTALL 2013-08-08 Nicu Tofan Nicu Tofan [ee0feb] Merge branch 'redesign'
 NEWS 2013-08-08 Nicu Tofan Nicu Tofan [ee0feb] Merge branch 'redesign'
 README 2013-08-08 Nicu Tofan Nicu Tofan [ee0feb] Merge branch 'redesign'
 TODO 2013-08-10 Nicu Tofan Nicu Tofan [8c9996] saved variables now loaded by bbb

Read Me

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
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.