breakneck 1.0.0 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +12 -0
- data/VERSION +1 -1
- metadata +1 -1
data/README.md
CHANGED
@@ -5,4 +5,16 @@ a quick way to serve static html sites immediately. Just serves the files under
|
|
5
5
|
|
6
6
|
Thanks be to [jekyll](http://jekyllrb.com/) for the original code which i have since modified.
|
7
7
|
|
8
|
+
Usage
|
9
|
+
-----
|
10
|
+
|
11
|
+
1. Go into the directory holding your static site.
|
12
|
+
2. Run `breakneck`
|
13
|
+
|
14
|
+
Command Line Options
|
15
|
+
--------------------
|
16
|
+
|
17
|
+
`--port [PORT]` - specify a different port. 3333 is default
|
18
|
+
`--open` - start the server and open it immediately in your browser (*nix only)
|
19
|
+
|
8
20
|
see LICENCE for licensing details.
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1.0
|