babeljs
Babel command line
Install
- All systems
-
curl cmd.cat/babeljs.sh
- Debian
-
apt-get install node-babel-cli
- Ubuntu
-
apt-get install node-babel-cli
- Kali Linux
-
apt-get install node-babel-cli
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install node-babel-cli
- Dockerfile
- dockerfile.run/babeljs
node-babel-cli
Babel command line
Babel is a JavaScript compiler to use next generation JavaScript, today. ES2015 and beyond: Babel has support for the latest version of JavaScript through syntax transformers. These plugins allow you to use new syntax, right now without waiting for browser support. Node.js is an event-based server-side JavaScript engine.