Skip to content

Latest commit

 

History

History
44 lines (21 loc) · 768 Bytes

README.md

File metadata and controls

44 lines (21 loc) · 768 Bytes

Template

An Emacs extension for creating project templates (Currently based on Giter8 )

Requirements

$ g8 [arguments]   => this command being used by emacs

Installation

  • This package is available on marmalade repo, so you need to add it to your repo list and after that :
M-x package-install [RET] template [RET]
  • add this line to your .emacs => (require 'template)

How to use

All you need is "create-project" command in Emacs which asks you to enter your g8 template name. for example "typesafehub/scala-sbt".

Free Software ?

hell yeah it's GPL.