Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Raynos committed Nov 22, 2012
1 parent 434bf05 commit c93ff21
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
11 changes: 9 additions & 2 deletions README.md
Expand Up @@ -7,13 +7,20 @@ Browserify bundling + static server in one!
```
Usage:
browserify-server bundle [file] -o [out]
browserify-server --bundle=[file] -o [out]
bundle the file and write the bundle to out
browserify-server server [folder] --port PORT
browserify-server --server=[folder] --port PORT
Run a static http server serving the folder
browserify-server --example=name
Scaffolds an examples folder in ./examples/name with
a makefile, package.json and static/index.html setup for
writing examples that use browserify-server
```

## Installation
Expand Down
10 changes: 8 additions & 2 deletions bin/usage.txt
@@ -1,9 +1,15 @@
Usage:

browserify-server bundle [file] -o [out]
browserify-server --bundle=[file] -o [out]

bundle the file and write the bundle to out

browserify-server server [folder] --port PORT
browserify-server --server=[folder] --port PORT

Run a static http server serving the folder

browserify-server --example=name

Scaffolds an examples folder in ./examples/name with
a makefile, package.json and static/index.html setup for
writing examples that use browserify-server

0 comments on commit c93ff21

Please sign in to comment.