2.0.0 • Published 10 years ago
generator-assembly-line v2.0.0
assembly-line
A Yeoman generator for npm libraries compiled by Babel and packaged for the browser with Webpack.
Usage
First, install the generator globally:
$ npm install -g generator-assembly-lineThen, switch to your new project directory and run the generator:
$ cd my-new-project
$ yo assembly-lineAnswer the questions, and enjoy your new project!
Develop
Install GNU Parallel for the build tooling in npm scripts:
$ brew install parallelLicense
The MIT License (MIT)
Copyright (c) 2016 Brandon Konkle