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 -gspike tpl add sugarfree https://github.com/static-dev/spike-tpl-sugarfreespike 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 -gsprout add spike-tpl-sugarfree git@github.com:static-dev/spike-tpl-sugarfree.gitsprout new spike-tpl-sugarfree <myproject>
- name (name of template)
- description (a short description of the template)
- github_username (name of github user)