kheprify

0.1.0 • Public • Published

kheprify

A Browserify transform for easily integrating the Khepri language into your projects.

This code is mainly hacked together from coffeeify (thanks!).

usage

Install kheprify into your app:

$ npm install kheprify

When you compile your app, just pass -t kheprify to browserify:

$ browserify -t kheprify foo.kep > bundle.js
$ node bundle.js
555

you can omit the .kep extension from your requires if you add the extension to browserify's module extensions:

$ browserify -t kheprify --extension=".kep" foo.kep > bundle.js

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    0
  • 0.0.1
    0
  • 0.0.0
    0

Package Sidebar

Install

npm i kheprify

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • jez0990