babelconf
v0.2.1
Published
Easily create and update babelrc configuration file
Downloads
2
Maintainers
Readme
██████╗ █████╗ ██████╗ ███████╗██╗ ██████╗ ██████╗ ███╗ ██╗███████╗
██╔══██╗██╔══██╗██╔══██╗██╔════╝██║ ██╔════╝██╔═══██╗████╗ ██║██╔════╝
██████╔╝███████║██████╔╝█████╗ ██║ ██║ ██║ ██║██╔██╗ ██║█████╗
██╔══██╗██╔══██║██╔══██╗██╔══╝ ██║ ██║ ██║ ██║██║╚██╗██║██╔══╝
██████╔╝██║ ██║██████╔╝███████╗███████╗╚██████╗╚██████╔╝██║ ╚████║██║
╚═════╝ ╚═╝ ╚═╝╚═════╝ ╚══════╝╚══════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═══╝╚═╝
Create a .babelrc
configuration quickly from the command line.
No need to remember plugin module names or their alternate configuration
option.
$ > npm install -g babelconf
$ > babelconf
Babelconf uses the the latest listing of presets and plugins from the babel website. Babelconf supports all presets and plugins.
Both the package.json
dependencies and the .babelrc
configuration are updated
at the end of the process.