Skip to content

Commit

Permalink
Updated readme, fixed a mispelling
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemurray committed Dec 13, 2011
1 parent feedfb2 commit f47c619
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
19 changes: 17 additions & 2 deletions README.md
@@ -1,3 +1,18 @@
# About


sew Sew is a simple build/dev tool for your web based projects using CoffeeScript, LESS, and Eco.
===
# Installation

npm install -g sew

# Usage

Commands:
new Create new config file, this is required
build Build your project
watch Wacth and rebuild your project
serve Start a simple HTTP server on port 3000, watch and build your project

Options:
-p [default: 3000]
2 changes: 1 addition & 1 deletion lib/sew.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/sew.coffee
Expand Up @@ -9,7 +9,7 @@ strata = require 'strata'
opti = require "optimist" opti = require "optimist"


argv = opti.usage(''' argv = opti.usage('''
Exampleis: Examples:
sew build sew build
sew serve -p 8080 sew serve -p 8080
Expand Down

0 comments on commit f47c619

Please sign in to comment.