https://github.com/static-dev/spike-tpl-base
:seedling: The base template for spike projects
https://github.com/static-dev/spike-tpl-base
Last synced: 8 months ago
JSON representation
:seedling: The base template for spike projects
- Host: GitHub
- URL: https://github.com/static-dev/spike-tpl-base
- Owner: static-dev
- License: other
- Created: 2016-02-09T17:58:28.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-02-05T12:29:35.000Z (about 7 years ago)
- Last Synced: 2025-07-12T20:44:14.156Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 494 KB
- Stars: 15
- Watchers: 8
- Forks: 12
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Spike - Base Template
[](https://travis-ci.org/static-dev/spike-tpl-base) [](https://david-dm.org/static-dev/spike-tpl-base?path=root)
The base template for the latest [spike](https://github.com/static-dev/spike) version. The features in this template are designed by the [carrot](https://github.com/carrot) tech team.
## Installation
### With Spike
This is the default template for use within [spike](https://github.com/static-dev/spike) when running `spike new` without a template option.
- `npm i spike -g`
- `spike new `
### Standalone
[Spike](https://github.com/static-dev/spike) uses [sprout](https://github.com/carrot/sprout) internally to generate it's project templates. This means you can even use this template without [spike](https://github.com/static-dev/spike) by using [sprout](https://github.com/carrot/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 `
## Options
- **name** (name of template)
- **description** (a short description of the template)
- **github_username** (name of github user)