Skip to main content

No project description provided

Project description

Template Creator

This project is generated by cookiecutter.

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

Installation

# from pypi
pip install tc

Usage

ttc create --name django

set environment variable: export TC_URL="<your prefix>"

template_dict:

prefix = os.getenv("TC_URL", "git@github.com:svtter")
template_dict = {
    "django": "{prefix}/cookiecutter-django.git".format(prefix=prefix),
    "package": "{prefix}/cookiecutter-pypackage.git".format(prefix=prefix),
    "compose": "{prefix}/cookiecutter-compose.git".format(prefix=prefix),
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

svtter_template_creator-0.4.1.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

svtter_template_creator-0.4.1-py3-none-any.whl (3.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page