Socket
Socket
Sign inDemoInstall

bowerless

Package Overview
Dependencies
32
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    bowerless

Generate bundles from npm dependencies.


Version published
Weekly downloads
8
decreased by-55.56%
Maintainers
1
Install size
1.80 MB
Created
Weekly downloads
 

Readme

Source

Bowerless

Generate bundles from npm dependencies.

Travis Status AppVeyor Status Codacy Status Dependencies Status Version Status Download Status Gitter Chat

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.

Keywords

FAQs

Last updated on 05 Jan 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc