bowerless
v0.0.6
Published
Generate bundles from npm dependencies.
Downloads
15
Maintainers
Readme
Bowerless
Generate bundles from npm dependencies.
Why it's awesome?
This library reads the package.json files for each of those dependencies. Based on these connections, it will generate a bundle of the master files.
NOTE: For now only works with JavaScript and CSS files.
Getting Started
Install with npm
$ npm install -g bowerless
NOTE: Install this npm package with -g
to global use or with -D
to add the package as a devDependency in the package.json
file of your project.
Usage
$ bowerless dist vendors
CLI
$ bowerless --help
Usage:
$ bowerless <output> <filename> [<options>]
Options:
-h, --help Display help information
-v, --version Output version
Examples:
$ bowerless
$ bowerless dist vendors
Contributing
Want to contribute? Follow these recommendations.
License
Designed with ♥ by CJ Patoilo. Licensed under the MIT License.