The base template for the latest spike version, but without sugarml or sugarss. The features in this template are designed by the carrot tech team.
npm i spike -g
spike tpl add sugarfree https://github.com/static-dev/spike-tpl-sugarfree
spike new <projectname> -t sugarfree
...or you can make it the default with spike tpl default sugarfree
.
Spike uses sprout internally to generate it's project templates. This means you can even use this template without spike by using sprout directly.
npm i sprout-cli -g
sprout add spike-tpl-sugarfree [email protected]:static-dev/spike-tpl-sugarfree.git
sprout new spike-tpl-sugarfree <myproject>
- name (name of template)
- description (a short description of the template)
- github_username (name of github user)