Rapidly setup an es6, es7 or react dev environment
$ toolup
? Babel Presets? (Press <space> to select)
❯◯ es2015
◯ react
◯ stage-0
◯ stage-1
◯ stage-2
◯ stage-3
? Webpack? (Use arrow keys)
❯ Yes with webpack-dev-server
Yes
No
$ npm run start
Install globally
npm i -g toolup
Kinda like npm init
or eslint --init
, toolup:
- Installs dependencies (babel presets, loaders, libraries)
- Creates config files (.babelrc, webpack.config.js)
- Adds a npm run script
You may also want to eslint --init
!