Allows you to create template files for scripts.
This is for goofing around... be warned
Basic configuration is done in ~/.template.cfg
[DEFAULT]
user = dduck
username = Donald Duck
company = Ducktown
copyright = Donald Duck
mailaddress = [email protected]
license = MIT
mode = 0644
[bash]
description = Bash script
mode = 0755
[bashlib]
extension = .sh
mode = 0644
[go]
extension = .go
mode = 0644
[playbook]
extension = .yml
mode = 0644
[pythonlib]
extension = .py
mode = 0644
[python]
mode = 0755
Templates are stored in ~/.templates.d
Original version: vimtmpl-templates
mkdir -p ~/.templates.d
pushd "~/.templates.d"
git clone https://github.com/jvzantvoort/vimtmpl-templates.git defaults
popd