webc

0.1.2 • Public • Published

webc - website compiler

WebC makes it easy to compile your jade/coffee-script/less files and test them locally in the browser. It can watch the files for changes and even serve them through a static web server locally for testing.

Installation

via npm:

$ npm install webc
$ webc --help

Usage

$ webc compile

Compiles your files to _output. Use --out to specify diferent output directory.

$ webc watch

Same as compile, but compiles if changes happen.

$ webc serve

Same as watch but as well serves the files through http://localhost:3000. Use --port to change the port.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.2
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.2
    3
  • 0.1.1
    2
  • 0.1.0
    2

Package Sidebar

Install

npm i webc

Weekly Downloads

6

Version

0.1.2

License

MIT

Last publish

Collaborators

  • pboos