static-dev / spike-core

:warning: UNMAINTAINED :warning: A modern static build tool, powered by webpack
https://spike.js.org
Other
58 stars 9 forks source link

Spike Core

version tests windows dependencies coverage chat

An opinionated static build tool, powered by webpack

No Maintenance Intended

Note: This project is currently unmaintained. If you are interested in taking over maintenance, please reach out!

Why should you care?

We :heart: static.

If you're building a website or client-side app – then :cactus: spike is probably for you. Spike aims to be simple, efficient, and a pleasure to use.

Spike certainly is not the only static site generator out there, but in our opinion, it's the most powerful and easiest to use.

Spike is from the same team that brought you Roots. The thinking behind moving past Roots is explained in this article. Please feel free to comment and contribute.

The Stack

Spike is fairly strict in enforcing a default stack. However, the stack allows for quite a large amount of flexibility as all of the parsers are simply foundations that do nothing by default and accept plugins to transform code. Also spike's core compiler is Webpack, so you can customize your project with loaders and plugins. The inflexibility of the stack means faster compiles and better stability. We use...

Features

Installation

Usage

Spike operates through a carefully crafted javascript interface. If you are looking to use spike through its command line interface, check out spike. This project is just the core javascript API.

Check out the documentation for the Javascript API here