Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vkuznet/skeletons

Skeletons is a template package which generates code from your templates
https://github.com/vkuznet/skeletons

Last synced: 30 days ago
JSON representation

Skeletons is a template package which generates code from your templates

Awesome Lists containing this project

README

        

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=
To clean : python setup.py clean
To build doc : python setup.py doc
To run tests : python setup.py test
```

or via make

```
make
```

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