beders / compiler

Riot compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Code Quality Coverage Status NPM version NPM downloads MIT License

Documentation

Installation

Npm

$ npm install riot-compiler --save

Bower

$ bower install riot-compiler --save

Read more in the doc folder and the CHANGELOG

Please note: the documentation is a work in progress. Contributions are welcome.

For babel users

Due to changes in the babel API, from our v2.3.0-beta.7 we are separating the babel support in the following types:

  • es6 - For babel and babel-core v5.8.x and below
  • babel - For babel-core v6.x - You must npm install babel-preset-es2015 too, for this to work.

About

Riot compiler

License:MIT License


Languages

Language:JavaScript 98.5%Language:Makefile 1.5%