/tt

A creator for different code template

Primary LanguagePythonMIT LicenseMIT

TT (Template Creator)

This commandline application is built for create new project with specify code template.

Installation

# from pypi
pip install svtter_template_creator

# or
pipx install svtter_template_creator

Usage

ttc create --name django

edit your config file: $HOME/.config/tt.toml

example:

[repos]
compose='git@github.com:svtter/cookiecutter-compose.git'
django='git@github.com:svtter/cookiecutter-django.git'
package='git@github.com:svtter/cookiecutter-pypackage.git'

TODO

  1. add bumpversion
  2. more options.