generator-assembly-line

2.0.0 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i generator-assembly-line

Weekly Downloads

1

Version

2.0.0

License

MIT

Last publish

Collaborators

  • bkonkle