# vwfinder

> vue webpack project file dependency finder

Latest version **1.0.0** (published 2019-08-12) · MIT license · 0 weekly downloads

## Install

```sh
npm install vwfinder
pnpm add vwfinder
yarn add vwfinder
bun add vwfinder
```

Provides the command `vwfinder`.

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2019-08-12 |
| First published | 2019-08-12 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=1.0.0 |
| Dependencies | 4 |
| Unpacked size | 16.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | thomas |
| Maintainers | pdxxl_123 |
| Keywords | vue, webpack |

## Links

- npm: https://www.npmjs.com/package/vwfinder
- npm.io page: https://npm.io/package/vwfinder

## Dependencies (4)

- [ora](https://npm.io/package/ora.md) ^3.0.0
- [chalk](https://npm.io/package/chalk.md) ^2.4.1
- [commander](https://npm.io/package/commander.md) ^2.19.0
- [cli-table2](https://npm.io/package/cli-table2.md) ^0.2.0

## Alternatives

- [raw-loader](https://npm.io/package/raw-loader.md) — 4.3M weekly downloads
- [plop](https://npm.io/package/plop.md) — 1.4M weekly downloads
- [webpack-deadcode-plugin](https://npm.io/package/webpack-deadcode-plugin.md) — 80.3K weekly downloads
- [@storybook/preact-vite](https://npm.io/package/@storybook/preact-vite.md) — 54.2K weekly downloads
- [vite-plugin-transform](https://npm.io/package/vite-plugin-transform.md) — 2.4K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2019-08-12

## README

# VWFinder

:heart:Small and well used Vue webpack project file dependency Finder.

## 使用说明

```javascript
// 全局安装依赖
npm install vwfinder -g
// 指定webpack配置文件和待查找的文件
vwfinder -c webpack.config.js -f demo.js
```

## 参数说明

- -c：指定webpack配置文件路径。
- -f：指定需要查找的文件路径。
- -d：指定查找范围的文件夹路径。
- -e：指定排除查找范围的文件夹路径，默认值为命令执行时所在的路径下的node_modules文件夹。

## 重点说明

1. 支持require或者import导入的文件依赖查找。
2. 支持CSS预处理器中路径以`~`开头的模块依赖查找。
3. 暂不支持CSS预处理器按自己规则导入的模块依赖查找。

### DEMO

....

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