dthree / vorpal

Node's framework for interactive CLIs
http://vorpal.js.org
MIT License
5.64k stars 280 forks source link

Update babel/eslint build config #238

Closed milesj closed 7 years ago

milesj commented 7 years ago

Replaces Gulp with simple NPM scripts while updating to the latest Babel/ESLint via my personal build tool config (based off Airbnb and community standards).

Also updates minimum Node.js requirement to v6.5, as v6 is the lowest LTS and v6.5 has 100% ES2015 support.