jade / 1.7.0 last updated 25 days ago created on Dec 19th 2010
Install
npm install --save jade
Clone
git clone git@github.com:visionmedia/jade.git
dependencies
show all 37
| main |
|
character-parser | 1.2.0 | MIT |
|
|
commander | 2.1.0 | MIT | |
|
|
mkdirp | 0.5.0 | MIT | |
|
|
monocle | 1.1.51 | BSD 4-Clause | |
|
|
transformers | 2.1.0 | MIT |
maintainers
versions
52 total
| 1.7.0 | 25 days ago | forbeslindesay |
| 1.6.0 | a month ago | forbeslindesay |
| 1.5.0 | 3 months ago | forbeslindesay |
| 1.4.2 | 3 months ago | forbeslindesay |
| 1.4.1 | 3 months ago | forbeslindesay |
| 1.4.0 | 3 months ago | forbeslindesay |
| 1.3.1 | 6 months ago | forbeslindesay |
| 1.3.0 | 7 months ago | forbeslindesay |
| 1.2.0 | 8 months ago | forbeslindesay |
| 1.1.5 | 9 months ago | forbeslindesay |
| 1.1.4 | 9 months ago | forbeslindesay |
| 1.1.3 | 9 months ago | forbeslindesay |
| 1.1.2 | 9 months ago | forbeslindesay |
| 1.1.1 | 9 months ago | forbeslindesay |
| 1.1.0 | 9 months ago | forbeslindesay |
| 1.0.2 | 9 months ago | forbeslindesay |
| 1.0.1 | 9 months ago | forbeslindesay |
| 1.0.0 | 10 months ago | forbeslindesay |
| 0.35.0 | a year ago | forbeslindesay |
| 0.34.1 | a year ago | forbeslindesay |
| 0.34.0 | a year ago | forbeslindesay |
| 0.33.0 | a year ago | forbeslindesay |
| 0.32.0 | a year ago | forbeslindesay |
| 0.31.2 | a year ago | forbeslindesay |
| 0.31.1 | a year ago | forbeslindesay |
| 0.31.0 | a year ago | forbeslindesay |
| 0.30.0 | a year ago | tjholowaychuk |
| 0.29.0 | a year ago | tjholowaychuk |
| 0.28.2 | 2 years ago | tjholowaychuk |
| 0.28.1 | 2 years ago | tjholowaychuk |
| 0.28.0 | 2 years ago | tjholowaychuk |
| 0.27.7 | 2 years ago | tjholowaychuk |
| 0.27.6 | 2 years ago | tjholowaychuk |
| 0.27.5 | 2 years ago | tjholowaychuk |
| 0.27.4 | 2 years ago | tjholowaychuk |
| 0.27.3 | 2 years ago | tjholowaychuk |
| 0.26.2 | 2 years ago | tjholowaychuk |
| 0.26.1 | 2 years ago | tjholowaychuk |
| 0.26.0 | 2 years ago | tjholowaychuk |
| 0.25.0 | 2 years ago | tjholowaychuk |
| 0.24.0 | 2 years ago | tjholowaychuk |
| 0.23.0 | 3 years ago | tjholowaychuk |
| 0.22.1 | 3 years ago | tjholowaychuk |
| 0.22.0 | 3 years ago | tjholowaychuk |
| 0.21.0 | 3 years ago | tjholowaychuk |
| 0.20.3 | 3 years ago | tjholowaychuk |
| 0.20.2 | 3 years ago | tjholowaychuk |
| 0.20.1 | 3 years ago | tjholowaychuk |
| 0.20.0 | 3 years ago | tjholowaychuk |
| 0.19.0 | 3 years ago | tjholowaychuk |
| 0.18.0 | 3 years ago | tjholowaychuk |
| 0.17.0 | 3 years ago | tjholowaychuk |
readme
Full documentation is at jade-lang.com
Jade is a high performance template engine heavily influenced by Haml and implemented with JavaScript for node. For discussion join the Google Group.
You can test drive Jade online here.
Installation
via npm:
Syntax
Jade is a clean, whitespace sensitive syntax for writing html. Here is a simple example:
becomes
The official jade tutorial is a great place to start. While that (and the syntax documentation) is being finished, you can view some of the old documentation here and here
API
For full API, see jade-lang.com/api
Options
filenameUsed in exceptions, and required when using includescompileDebugWhenfalseno debug instrumentation is compiledprettyAdd pretty-indentation whitespace to output (false by default)
Browser Support
The latest version of jade can be download for the browser in standalone form from here. It only supports the very latest browsers though, and is a large file. It is recommended that you pre-compile your jade templates to JavaScript and then just use the runtime.js library on the client.
To compile a template for use on the client using the command line, do:
which will produce filename.js containing the compiled template.
Command Line
After installing the latest version of node, install with:
and run with
Additional Resources
Tutorials:
- cssdeck interactive Jade syntax tutorial
- cssdeck interactive Jade logic tutorial
- Jade について。 (A Japanese Tutorial)
- Jade - 模板引擎
Implementations in other languages:
Other:
- Emacs Mode
- Vim Syntax
- TextMate Bundle
- Coda/SubEtha syntax Mode
- Screencasts
- html2jade converter
- Jade Server Ideal for building local prototypes apart from any application
License
MIT
