Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maxpoletaev/grunt-beml

Grunt plugin for processing BEML templates
https://github.com/maxpoletaev/grunt-beml

Last synced: about 1 month ago
JSON representation

Grunt plugin for processing BEML templates

Awesome Lists containing this project

README

        

# grunt-beml

> Plugin for processing [BEML](https://github.com/zenwalker/node-beml) templates.

## Installing

```shell
$ npm install --save-dev grunt-beml
```

## Usage

```js
grunt.initConfig({
beml: {
options: {
elemPrefix: '__',
modPrefix: '_',
modDlmtr: '_'
},
files: {
'dest/index.html': 'src/index.html'
}
}
});
```