grunt-babel-cli

Grunt CLI wrapper for writing Gruntfiles in es6 syntax.

Usage no npm install needed!

<script type="module">
  import gruntBabelCli from 'https://cdn.skypack.dev/grunt-babel-cli';
</script>

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