Skip to content

Experimental marko tag definition via Class and ES7 decorator

Notifications You must be signed in to change notification settings

kristianmandrup/marko-es7

Repository files navigation

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

About

Experimental marko tag definition via Class and ES7 decorator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published