1.3.5 • Published 6 years ago

generator-es-latest v1.3.5

Weekly downloads
4
License
GPL-2.0+
Repository
github
Last release
6 years ago

Generator-es-latest

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

Features

  • :zap: Fast and easy installation via Yeoman.
  • :pizza: ES7/ES6 compatible.
  • :cyclone: Watchers for build and test.
  • :star2: Generates *UMD style modules that are ready to publish in npm.
  • :crossed_flags: Both Nodejs and browser friendly output.
  • :baby_chick: 0% CSS, SASS, Less or any other style or html related stuff configuration.
  • :electric_plug: File base configuration for easier customizations (.babelrc, .eslint, .editorconfig and etc).
  • :heavy_check_mark: Testing and assertion with mocha and chai with customizations.
  • :chart_with_downwards_trend: 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.

1.3.5

6 years ago

1.3.3

6 years ago

1.3.2

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.1.0

6 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago