stitchy
v0.1.0
Published
Command-line wrapper for stitch
Downloads
1
Readme
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