project_init 0.1.1

Initialize projects from a template. Fast
Documentation
1
2
3
4
5
6
7
8
{
	"full_name": "Vanessa McHale",
	"email": "tmchale@wisc.edu",
	"project_name": "plugin-vim",
	"project_slug": "{{ cookiecutter.project_name.lower().replace(' ', '_') }}",
	"version": "0.1.0",
        "year": "2017"
}