https://github.com/viniwrubleski/jade-php
https://github.com/viniwrubleski/jade-php
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/viniwrubleski/jade-php
- Owner: viniwrubleski
- Created: 2013-11-21T21:34:20.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-12-09T12:44:19.000Z (over 11 years ago)
- Last Synced: 2025-10-03T23:32:49.070Z (7 months ago)
- Language: JavaScript
- Size: 163 KB
- Stars: 47
- Watchers: 5
- Forks: 14
- Open Issues: 12
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
- awesome-github-projects - jade-php - No description provided ⭐47 `JavaScript` (📦 Legacy & Inactive Projects)
README
# Jade-PHP
Adds the possibility of compiling PHP for Jade
## Usage
var jade = require('jade');
var jadephp = require('jade-php');
jadephp(jade);
var html = jade.render('string of jade');
## Example
The following code:
!!!
html
head
title= $title
body
ul
- foreach ($this->list as $list):
li!= $list
- endforeach
Will produce:
list as $list): ?>