# wiredep-cli

> Wiredep CLI interface.

Latest version **0.1.0** (published 2016-03-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install wiredep-cli
pnpm add wiredep-cli
yarn add wiredep-cli
bun add wiredep-cli
```

Provides the command `wiredep`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2016-03-17 |
| First published | 2016-03-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Eddie Monge |
| Maintainers | eddiemonge |
| Keywords | bower, package, management, inject, script, dependencies, cli |

## Links

- npm: https://www.npmjs.com/package/wiredep-cli
- Repository: https://github.com/taptapship/wiredep-cli
- Homepage: https://github.com/taptapship/wiredep-cli#readme
- Issues: https://github.com/taptapship/wiredep-cli/issues
- npm.io page: https://npm.io/package/wiredep-cli

## Dependencies (3)

- [chalk](https://npm.io/package/chalk.md) ^1.1.1
- [wiredep](https://npm.io/package/wiredep.md) *
- [minimist](https://npm.io/package/minimist.md) ^1.1.0

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 0.1.0 (latest) — 2016-03-17

## README

# wiredep-cli [![npm](https://badge.fury.io/js/wiredep-cli.svg)](http://badge.fury.io/js/wiredep-cli) [![Build Status](https://travis-ci.org/taptapship/wiredep-cli.svg?branch=master)](https://travis-ci.org/taptapship/wiredep-cli)
> [Wiredep](https://github.com/taptapship/wiredep) CLI interface

## Getting Started
Install the module with [npm](https://npmjs.org):

```bash
$ npm install --save wiredep-cli
```

## Command Line
Install wiredep globally to wire up Bower packages from the terminal.

```sh
$ npm install -g wiredep
$ wiredep
Wire Bower dependencies to your source code.

Usage: $ wiredep [options]

Options:
  -h, --help          # Print usage information
  -v, --version       # Print the version
  -b, --bowerJson     # Path to `bower.json`
  -d, --directory     # Your Bower directory
  -e, --exclude       # A path to be excluded
  -i, --ignorePath    # A path to be ignored
  -s, --src           # Path to your source file
  --dependencies      # Include Bower `dependencies`
  --devDependencies   # Include Bower `devDependencies`
  --includeSelf       # Include top-level bower.json `main` files
  --verbose           # Print the results of `wiredep`
```

### Bower Hooks
You may also take advantage of Bower >=1.3.1's [hooks](https://github.com/bower/bower/blob/master/HOOKS.md), with a `.bowerrc` such as:

```json
{
  "scripts": {
    "postinstall": "wiredep -s path/to/src.html"
  }
}
```


## Configuration

See [Wiredep](https://github.com/taptapship/wiredep) for the available options

## Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using `npm test`.


## License
Copyright (c) 2016 Stephen Sawchuk. Licensed under the MIT license.

---
_Source: https://npm.io/package/wiredep-cli · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
