Skip to content

A Yoman generator for scafolding es6 environments based on webpack and babel node

License

Notifications You must be signed in to change notification settings

ImanMh/yo-es-latest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generator-es-latest

A Yeoman generator for scaffolding latest Javascript environments (ES2017/ES2016) using rollup and babel.

Features

  • ⚡ 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...)

Install Yeoman

If you don't have yeoman installed:

# install it via npm
npm i -g yo

# or yarn
yarn global add yo

Install generator-es-latest

# install it via npm
npm i -g generator-es-latest

# or yarn
yarn global add generator-es-latest

Usage

Run yo es-latest write your code in src directory and run npm run build. Your build files will go under dist.

About

A Yoman generator for scafolding es6 environments based on webpack and babel node

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published