grunt-babel-cli
v1.0.1
Published
Grunt CLI wrapper for writing Gruntfiles in es6 syntax.
Downloads
3
Maintainers
Readme
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