Generate projects from templates
This repository has been archived on 2023-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Dmitriy Pleshevskiy 77ba4c758d Initial commit 2018-06-10 10:11:22 +03:00
ictmpl Initial commit 2018-06-10 10:11:22 +03:00
.gitignore Initial commit 2018-06-10 10:11:22 +03:00
LICENSE Initial commit 2018-05-30 23:25:49 +03:00
README.md Initial commit 2018-06-10 10:11:22 +03:00
setup.py Initial commit 2018-06-10 10:11:22 +03:00

README.md

About ictmpl

This script allows a create new project using a ready-made templates.

Installing

pip install ictmpl

or globally:

sudo -H pip install ictmpl

Usage

ictmpl create <project_path> <template_name>

ictmpl create flaskproject flask-blank

ictmpl create myproject ../my-local-template/

ictmpl create /var/www/myproject https://github.com/ictmpl/flask-blank.git