An open API service indexing awesome lists of open source software.

https://github.com/breuleux/earlify

browserify transform for Earl Grey
https://github.com/breuleux/earlify

Last synced: about 1 month ago
JSON representation

browserify transform for Earl Grey

Awesome Lists containing this project

README

        

earlify
=======

browserify plugin for [Earl Grey](http://earl-grey.io)

Install:

npm install earlify

Use:

browserify -t earlify script.eg > bundle.js

In order to import Earl Grey code, `require` statements will need to
include the `.eg` extension in the name of the file.