Metadata-Version: 2.1
Name: template_project_utils
Version: 0.0.1
Summary: Utilities to initialize template projects (replacing names, renaming/removing files.
Home-page: https://github.com/twyleg/template_project_utils
Author: Torsten Wylegala
Author-email: mail@twyleg.de
License: GPL 3.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyyaml~=6.0.1
Requires-Dist: types-pyyaml~=6.0.12.12
Requires-Dist: jsonschema~=4.20.0
Requires-Dist: types_jsonschema~=4.20.0.0

[![Build status](https://github.com/twyleg/template_project_utils/actions/workflows/checks.yml/badge.svg)]()
[![GitHub latest commit](https://badgen.net/github/last-commit/twyleg/template_project_utils)](https://GitHub.com/twyleg/template_project_utils/commit/)
[![PyPI download month](https://img.shields.io/pypi/dm/template-project-python)](https://pypi.python.org/pypi/template-project-python/)
[![PyPi version](https://badgen.net/pypi/v/template-project-python/)](https://pypi.org/project/template-project-python)
[![Documentation Status](https://readthedocs.org/projects/template-project-python/badge/?version=latest)](http://template-project-python.readthedocs.io/?badge=latest)


# template_project_utils

Personal utilities to initialize various projects (eg. Python, C++, Kicad)

## Installation

Install via pip:

    pip install template-project-utils

## Usage

Create a new project based on one of the following templates:

* https://github.com/twyleg/template_project_kicad
* https://github.com/twyleg/template_project_python

Change into the new projects directory and run the following command

    template_project_utils <NEW_PROEJCTS_NAME>
