Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.68 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.68 KB

marko-es7 NPM version Build Status Dependency Status Coverage percentage

Marko tags using ES2015 Classes and ES2015 decorators!

From discussion in Marko issue #91

Install

$ npm install --save marko-es7

This project was generated via generator-node

Usage

WIP: Experimental

var markoEs7 = require('marko-es7');
markoEs7('Rainbow');

Test

Compile:

gulp babel

Run tests with mocha using /dist folder:

npm run mocha

Note: The original project setup uses npm test via gulp. However I've not been able to make it work with ES2016 generators, even after following these Babel config instructions here.

Any help or assistance greatly appreciated!!

License

ISC © Kristian Mandrup