0.0.7 • Published 11 years ago

quickyjade v0.0.7

Weekly downloads
30
License
-
Repository
github
Last release
11 years ago

QuickyJade

Rapid prototyping of Jade templates

npm install quickyJade -g

Usage

Basic usage

QuickyJade is super easy to work with, just run $ quickyJade. Then, in your browser navigate to http://localhost:3000/yourjadefile.jade. QuickyJade is also a static file server so any css , javascript or image files will be serverd as well.

Using external JSON

QuickyJade will also pull in local JSON files to be interpreted by your jade file. To do so, simply add a query string to your URL with the json parameter being the location of the JSON file relative to the working directory. eg: http://localhost:3000/yourjadefile.jade?json=jsonfile.json.

0.0.7

11 years ago

0.0.6

12 years ago

0.0.5

12 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago