Skip to content

WeedMaps/livescript-browserify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What?

A browserify plugin for LiveScript.

Why?

browserify only supports JavaScript and CoffeeScript out-of-the-box.

Transpilers (other than CoffeeScript, for now) are supported via plugins.

How?

Installation

cd ~/org/repo
npm i livescript-browserify

CLI

browserify --plugin livescript-browserify

API

bundle = browserify "#{__dirname}/entry.ls"
bundle.use require 'livescript-browserify'

Testing

Not just yet. Please lodge any issues you find :)

About

a browserify plugin for LiveScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published