Js Base Yeoman Generator
This is a very opinionated Yeoman generator that I use to quickly get started on new JavaScript projects. You can optionally include support for Travis and ESLint.
Installation
Run npm install -g generator-js-base
to install the generator globally.
Usage
Run yo js-base
from the empty project directory.