A Yeoman generator for scaffolding latest Javascript environments (ES2017/ES2016) using rollup and babel.
- ⚡ Fast and easy installation via Yeoman.
- 🍕 ES7/ES6 compatible.
- 🌀 Watchers for build and test.
- 🌟 Generates *UMD style modules that are ready to publish in npm.
- 🎌 Both Nodejs and browser friendly output.
- 🐤 0% CSS, SASS, Less or any other style or html related stuff configuration.
- 🔌 File base configuration for easier customizations (.babelrc, .eslint, .editorconfig and etc).
- ✔️ Testing and assertion with mocha and chai with customizations.
- 📉 Bench mark tools included. (next feature...)
If you don't have yeoman installed:
# install it via npm
npm i -g yo
# or yarn
yarn global add yo
# install it via npm
npm i -g generator-es-latest
# or yarn
yarn global add generator-es-latest
Run yo es-latest
write your code in src
directory and run npm run build
. Your build files will go under dist
.