fis-parser-haml

0.0.0 • Public • Published

fis-parser-haml

A parser plugin for fis to compile haml file.

usage

$ npm install -g fis-parser-haml
$ vi example/fis-conf.js
//file : example/fis-conf.js
fis.config.merge({
  modules:{
    parser:{
      haml: 'haml'
    }
  },
  roadmap:{
    ext:{
      haml: 'html'
    }
  }
});

example

$ cd example
$ fis release -d output

Readme

Keywords

none

Package Sidebar

Install

npm i fis-parser-haml

Weekly Downloads

1

Version

0.0.0

License

MIT

Last publish

Collaborators

  • luyujun