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
- Host: GitHub
- URL: https://github.com/breuleux/earlify
- Owner: breuleux
- Created: 2015-04-07T23:06:03.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-15T02:04:46.000Z (over 8 years ago)
- Last Synced: 2025-04-14T20:09:44.852Z (about 1 month ago)
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.