public
Description: Simple system to manage templates for files I typically create.
Homepage:
Clone URL: git://github.com/JosephPecoraro/template.git
name age message
file .gitignore Loading commit data...
file README.mdown
file Rakefile.rb
directory bin/
directory templates/
README.mdown

template

A simple templating system that will allow me to quickly create the scripts I need, with code snippets that I want to have available, so that I don't need to lookup some basic stuff every time.

It also allows me to standardize my file script headers, automatically setup the dates, etc.

Installation

If you haven't yet checked out the source do so with:

shell> git clone git://github.com/JosephPecoraro/template.git
shell> cd template

Then to install:

shell> rake install

The installation will:

  • copy the executable to /usr/local/bin/template (this requires sudo)
  • copy the templates to ~/.template/

Contact Info

Name: Joseph Pecoraro
Blog: http://blog.bogojoker.com
Email: joepeck02@gmail.com