wispify

0.2.0 • Public • Published

wispify

Build Status

Simple transform to compile wisp to JavaScript when using Browserify.

Example

npm install --save browserify
npm install --save wispify
var browserify = require('browserify');
 
browserify('file.wisp')
    .transform('wispify')
    .bundle(done);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.0
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.2.0
    3
  • 0.1.0
    2
  • 0.0.0
    2

Package Sidebar

Install

npm i wispify

Weekly Downloads

6

Version

0.2.0

License

BSD

Last publish

Collaborators

  • conradz