tmpl-cli
api
docs
env
git
hbs
html
husky
jest
lintstaged
lisp
node
prettier
python
python
react
readme
schema
style
util
vue
web

$ tmpl python

Creates a small Python start project with a main, test file and makefile

Files

project
└─main.py
└─makefile

main.py

print("hello-world")

makefile

start:
python3 hello_world.py