@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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    1

Package Sidebar

Install

npm i @jdists/jphps

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • zswang