https://github.com/static-dev/spike-tpl-sugarfree
spike default template, with unsweetened markup languages for html and css
https://github.com/static-dev/spike-tpl-sugarfree
Last synced: 7 months ago
JSON representation
spike default template, with unsweetened markup languages for html and css
- Host: GitHub
- URL: https://github.com/static-dev/spike-tpl-sugarfree
- Owner: static-dev
- License: other
- Created: 2016-08-31T20:51:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-20T15:39:47.000Z (almost 9 years ago)
- Last Synced: 2025-09-13T19:47:04.246Z (7 months ago)
- Language: JavaScript
- Size: 54.7 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Spike - Sugarfree Template
[](https://travis-ci.org/spike-tpl-base/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, but without sugarml or sugarss. The features in this template are designed by the [carrot](https://github.com/carrot) tech team.
## Installation
### With Spike
- `npm i spike -g`
- `spike tpl add sugarfree https://github.com/static-dev/spike-tpl-sugarfree`
- `spike new -t sugarfree`
...or you can make it the default with `spike tpl default sugarfree`.
### 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-sugarfree git@github.com:static-dev/spike-tpl-sugarfree.git`
- `sprout new spike-tpl-sugarfree `
## Options
- **name** (name of template)
- **description** (a short description of the template)
- **github_username** (name of github user)