Skip to content
This repository has been archived by the owner on Aug 23, 2019. It is now read-only.

bangzek/spike-tpl-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spike - Bootstrap Template

tests dependencies

Spike template for building bootstrap 4 site using sugarml and scss.

Installation

With Spike

  • 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.

Standalone

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>

Options

  • name (name of template)
  • description (a short description of the template)