2.0.0 • Published 8 years ago

generator-assembly-line v2.0.0

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

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

2.0.0

8 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

1.0.0-dev.1

8 years ago