0.1.0 • Published 11 years ago

stitchy v0.1.0

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

Stitchup

A little utility to fire up a web server with the wonderful stitch plugged in to compile your CommonJS modules AND write them to disk, so that they are ready for deploying to static hosting environments.

Install

npm install stitchup

Usage

Stitchup assumes your compiled JavaScript will live somewhere under ./public

Running the server

stitchup [options]
Options
-t, --target
    
    Path to the compiled JavaScript file, relative to ./public
    
    Defaults to js/app.js
    
-p, --port

    Web server port

    Defaults to 3000
0.1.0

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago