kickstart 0.6.0

A simple way to get started with a project by scaffolding from a template powered by the Tera engine
Documentation
1
2
3
4
#!/usr/bin/env python3
import os

print(f"Hello {{greeting_recipient}} from {os.getcwd()}!")