hamlet-js

0.1.1 • Public • Published

Hamlet

Watch a directory for haml file changes and auto generate html files.

npm install hamlet-js

Then set it to watch a directory:

cd directory-with-haml-files
hamlet -v

Handling Layouts

If the watcher finds a file called layout.haml it will use it as a wrapper for any other files in the directory. Each non-layout template will be injected into the view wherever a = yield is found.

Defining Variables

Hamlet will check for a file called locals.json in the watched directory to load for local variables that can be used in the templates.

/hamlet-js/

    Package Sidebar

    Install

    npm i hamlet-js

    Weekly Downloads

    6

    Version

    0.1.1

    License

    BSD

    Last publish

    Collaborators

    • nathanhoad