Point devs to cli docs instead of installing

https://github.com/babel/babel.github.io/issues/650
This commit is contained in:
James Kyle 2015-12-21 10:34:11 -08:00
parent c5f504b865
commit dbc85cff69

View File

@ -1,7 +1,4 @@
#!/usr/bin/env node
console.error("The CLI has been moved into the package `babel-cli`.");
console.log();
console.log("$ npm install -g babel-cli");
console.log();
console.error("The CLI has been moved into the package `babel-cli`. See http://babeljs.io/docs/usage/cli/");
process.exit(1);