Daniel Tschinder 88eec4b852 Support all variations of v8Flags (#3578)
This adds support for specifying v8Flags with dashes. Previously only underscores
were allowed.
Also allows specifying values for v8Flags in the from --flag=value, which was not supported till now.
Also add --inspect support.
2016-07-18 10:36:03 -04:00
..
2015-11-03 10:04:20 +00:00
2015-07-12 12:51:20 +01:00
2015-10-30 23:45:42 +00:00
2015-10-29 17:51:24 +00:00
2016-06-11 00:36:09 -07:00

babel-cli

Babel command line.

Install

$ npm install babel-cli

Usage

$ babel script.js

For more in depth documentation see: http://babeljs.io/docs/usage/cli/