scoffle

0.0.5 • Public • Published

scoffle

scoffle is a tool for developing static websites using CoffeeScript, HAML and Compass / SASS

Installation

  • npm install -g scoffle
  • Install CoffeeScript, HAML, SASS and Compass

Usage

To setup a project, use scoffle init myproject. To start compiling and watching changes, simply do scoffle watch or scoffle.

Features

Template generation

scoffle can generate a basic template with sample coffeescript, haml and sass / compass files:

scoffle template

Live compilation

scoffle can watch file changes and automatically compile the files:

scoffle live compilation

Neat error reporting

scoffle will nicely display error messages on the console by displaying surrounding lines:

scoffle compilation error

Notifications

scoffle currently supports terminal-notifier (Mac OS X >= 10.8), growlnotify (Mac OS X >= 10.7) and notify-send (Gnome) and will automatically send notifications on successful or failed compilations

License

See: http://sgehlich.mit-license.org/

/scoffle/

    Package Sidebar

    Install

    npm i scoffle

    Weekly Downloads

    6

    Version

    0.0.5

    License

    BSD

    Last publish

    Collaborators

    • saschagehlich