grunt-babel-cli

Grunt CLI wrapper for writing Gruntfiles in es6 syntax.


Keywords
grunt, babel, es6, cli, gruntfile, config, configuration
License
MIT
Install
npm install grunt-babel-cli@1.0.1

Documentation

grunt-babel-cli

Grunt CLI wrapper for writing Grunt configurations in ES6 syntax.

This script runs the original grunt-cli script by executing it through babel-node.

Note This script overwrites the grunt command line tool. If possible use a project specific installation.

Installation

npm install grunt-babel-cli --save-dev