https://github.com/cjpatoilo/bowerless
Generate bundles from npm dependencies.
https://github.com/cjpatoilo/bowerless
bower cli command-line javascript node nodejs npm package-manager
Last synced: about 2 months ago
JSON representation
Generate bundles from npm dependencies.
- Host: GitHub
- URL: https://github.com/cjpatoilo/bowerless
- Owner: cjpatoilo
- License: mit
- Created: 2017-01-04T00:33:33.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T01:26:17.000Z (about 2 years ago)
- Last Synced: 2024-04-14T11:08:54.769Z (about 1 year ago)
- Topics: bower, cli, command-line, javascript, node, nodejs, npm, package-manager
- Language: JavaScript
- Homepage: https://cjpatoilo.com/bowerless
- Size: 293 KB
- Stars: 15
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
- License: license
Awesome Lists containing this project
README
> 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 --helpUsage:
$ bowerless []
Options:
-h, --help Display help information
-v, --version Output versionExamples:
$ bowerless
$ bowerless dist vendors
```## Contributing
Want to contribute? Follow these [recommendations](https://github.com/cjpatoilo/bowerless#contributing).
## License
Designed with ♥ by [CJ Patoilo](https://twitter.com/cjpatoilo). Licensed under the [MIT License](https://github.com/cjpatoilo/bowerless#license).