Simple scaffolding tool
Project description
## Description
Another project generation tool based on templates.
## Install
`pip install templet [--user]`
## Features
## Config
Configuration file path:
`~/.config/templet/config.json`
#### Configuration example
```javascript
{
"templates": {
"$PATH": ["path/to/common/templates/folder"]
"test": "path/to/template/in/different/folder"
}
}
```
Another project generation tool based on templates.
## Install
`pip install templet [--user]`
## Features
## Config
Configuration file path:
`~/.config/templet/config.json`
#### Configuration example
```javascript
{
"templates": {
"$PATH": ["path/to/common/templates/folder"]
"test": "path/to/template/in/different/folder"
}
}
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
templet-0.1.1.tar.gz
(3.6 kB
view hashes)