2017-12-05 06:44:20 +00:00
|
|
|
# spike
|
|
|
|
|
|
|
|
> A fully featured static website generator written in JavaScript.
|
2019-05-23 11:56:50 +01:00
|
|
|
> More information: <https://spike.js.org>.
|
2017-12-05 06:44:20 +00:00
|
|
|
|
|
|
|
- Create a new project using the default template:
|
|
|
|
|
|
|
|
`spike new {{project_name}}`
|
|
|
|
|
|
|
|
- Compile your project, watch for changes, and auto-reload the browser:
|
|
|
|
|
|
|
|
`spike watch`
|
|
|
|
|
2019-02-11 18:00:49 +00:00
|
|
|
- Compile your project once to the "public" directory:
|
2017-12-05 06:44:20 +00:00
|
|
|
|
|
|
|
`spike compile`
|
|
|
|
|
|
|
|
- Remove the output directory:
|
|
|
|
|
|
|
|
`spike clean`
|