Skip to content

vkuznet/Skeletons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skeletons

Skeletons template engine generates any type of code from your templates.

Installation

You can either make with provided Makefile or use python setup.py cmd way to install the package.

Standard python setup.py file for Skeletons package


To build     : python setup.py build
To install   : python setup.py install --prefix=<some dir>
To clean     : python setup.py clean
To build doc : python setup.py doc
To run tests : python setup.py test

or via make

make <doc|test|clean|build|install>

For documentation how to write your template please generate documentation and read it.

About

Skeletons is a template package which generates code from your templates

Resources

Stars

Watchers

Forks

Packages

No packages published