Spike template for building bootstrap 4 site using sugarml and scss.
npm i spike -g
spike tpl add bootstrap https://github.com/bangzek/spike-tpl-bootstrap
spike new <projectname> -t bootstrap
...or you can make it the default with spike tpl default bootstrap
.
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-bootstrap git@github.com:bangzek/spike-tpl-bootstrap.git
sprout new spike-tpl-bootstrap <myproject>
- name (name of template)
- description (a short description of the template)