Skip to content

jdists/jphps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@jdists/jphps

jphps as jdists processor

NPM version Build Status Coverage Status

Example

<!--jdists encoding="jphps"-->
if (!empty($a)) {
  <p>#{$a}</p>
}
<!--/jdists-->

<!--jphps-->
if (!empty($a)) {
  <p>#{$a}</p>
}
<!--/jphps-->

License

MIT © zswang