Skip to content

Commit

Permalink
spike: add page (tldr-pages#1716)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirshko authored and agnivade committed Dec 5, 2017
1 parent 1c17163 commit 930be83
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pages/common/spike.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# spike

> A fully featured static website generator written in JavaScript.
- 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`

- Compile your project once to the "public" folder:

`spike compile`

- Remove the output directory:

`spike clean`

0 comments on commit 930be83

Please sign in to comment.