Opinionated ESNext application scripts and configurations
npm install esnext-scriptsOpinionated ESNext application scripts and configurations.




``shell`
npm install esnext-scripts
or yarn
`shell`
yarn add esnext-scripts
esnext-scripts is set of pre-configured helpers for your next generation Javascript application. With it, you can now fully focus on your valuable implementations instead of playing around with various settings & helpers over and over again. Batteries included:
- Latest EMACScript supports backed by Babel.
- A mostly reasonable approach to JavaScript by:
* ESLint
* Airbnb
- Delightful JavaScript Testing with
* Jest
* Enzyme
> How much time you spend on configuring your application boilerplate to make it support the "future" JavaScript spec. each time you start a new project?
> How many times you had been confused by the obsolete babel settings (plugins, presets) or even worse, your applications got broken?
- esnext build - compile an input directory of modules into an output directory.esnext run
-