Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vkuznet/skeletons
- Owner: vkuznet
- Created: 2013-01-27T17:10:54.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-26T15:29:25.000Z (almost 12 years ago)
- Last Synced: 2024-10-30T06:27:34.488Z (3 months ago)
- Language: Python
- Homepage:
- Size: 426 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.