GruntStart icon indicating copy to clipboard operation
GruntStart copied to clipboard

Convert to grunt template

Open twolfson opened this issue 12 years ago • 0 comments

grunt has the init task which create projects from a template. Additionally, users can install custom templates.

Unfortunately, this is a bit of a pain so I made grunt-install-init to smooth out the process. I think it would be practical for this repo to move to a template format:

  • No legacy .git history from the clone
  • Create multiple projects from same boilerplate
  • Allow for customization via grunt init prompt

twolfson avatar Jan 05 '13 23:01 twolfson