/spike-tpl-base

:seedling: The base template for spike projects

Primary LanguageJavaScriptOtherNOASSERTION

Spike - Base Template

tests dependencies

The base template for the latest spike version. The features in this template are designed by the carrot tech team.

Installation

With Spike

This is the default template for use within spike when running spike new without a template option.

  • npm i spike -g
  • spike new <projectname>

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-base git@github.com:static-dev/spike-tpl-base.git
  • sprout new spike-tpl-base <myproject>

Options

  • name (name of template)
  • description (a short description of the template)
  • github_username (name of github user)