generator-assembly-line
v2.0.0
Published
A Yeoman generator for npm libraries compiled by Babel and packaged for the browser with Webpack
Downloads
12
Maintainers
Readme
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-line
Then, switch to your new project directory and run the generator:
$ cd my-new-project
$ yo assembly-line
Answer the questions, and enjoy your new project!
Develop
Install GNU Parallel for the build tooling in npm scripts:
$ brew install parallel
License
The MIT License (MIT)
Copyright (c) 2016 Brandon Konkle