project_init 2.0.2

Initialize projects from a template. Fast
Documentation
1
2
3
4
5
6
7
8
9
10
11
license = "BSD3"
with_readme = true

[files]
directories = ["{{ project }}","bin"]
files = ["{{ project }}/__init__.py"]
templates = ["bin/{{ project }}", "setup.py", "setup.cfg"]

[config]
version = "0.1"
version_control = "git"