Skip to content

greenglobal/es6-babel-webpack-boilerplate

 
 

Repository files navigation

ES6 Babel Webpack Boilerplate

Structure to code NPM package with ES6, build by webpack+babel. Include test, lint, coverage.

Build Status Coverage Status License

Initial setup

# Clone the repo...
git clone https://github.com/huytbt/es6-babel-webpack-boilerplate.git your_project_name
cd your_project_name

# Then, you need to install all the dependencies...
npm install

# If you wanna be able to use global command `gulp`...
npm install -g gulp

Test

npm test

Distribute

npm run build

Remove Boilerplate git and add your git

# Remove Boilerplate git
rm -Rf .git

# Create new git
git init

# Commit, push, ...

WTF is ES6?

Simply, the next version of JavaScript that contains some really cool features. You might check out some of these:

About

Structure to code NPM package with ES6, build by webpack+babel. Include test, lint, coverage.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%