Skip to content
/ cstp Public

A basic node module - HTTP Server using expressjs and coffee-script to compile .coffee files

Notifications You must be signed in to change notification settings

julien/cstp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A node module to serve static files and compile CoffeeScript (.coffee) files.

Instalation

npm install cstp

or for a global installation

npm install -g cstp

Usage:

Usage: cstp.js [options]

Options:

-h, --help         output usage information
-V, --version      output the version number
-p, --port <port>  The port on which to run the server.
-c, --compile      Should it invoke coffee -w -c (watch and compile).
-s, --src [path]   CoffeeScript source directory.
-o, --out [path]   CoffeeScript output directory.

About

A basic node module - HTTP Server using expressjs and coffee-script to compile .coffee files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published