bowerless
Version:
Generate bundles from npm dependencies.
69 lines (38 loc) • 2 kB
Markdown
# Bowerless
> Generate bundles from npm dependencies.
[](https://travis-ci.org/cjpatoilo/bowerless?branch=master)
[](https://ci.appveyor.com/project/cjpatoilo/bowerless)
[](https://www.codacy.com/app/cjpatoilo/bowerless/dashboard)
[](https://david-dm.org/cjpatoilo/bowerless)
[](https://www.npmjs.com/package/bowerless)
[](https://www.npmjs.com/package/bowerless)
[](https://gitter.im/cjpatoilo/bowerless)
## 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](https://github.com/cjpatoilo/bowerless/blob/master/.github/contributing.md).
## License
Designed with ♥ by [CJ Patoilo](http://twitter.com/cjpatoilo). Licensed under the [MIT License](http://cjpatoilo.mit-license.org).