@jdists/jphps
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

@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

Readme

Keywords

Package Sidebar

Install

npm i @jdists/jphps

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • zswang