# fis3-command-inspect

> fis3 inspect the results of fis.match

Latest version **1.0.6** (published 2018-12-21) · BSD license · 0 weekly downloads

## Install

```sh
npm install fis3-command-inspect
pnpm add fis3-command-inspect
yarn add fis3-command-inspect
bun add fis3-command-inspect
```

## 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.6 |
| Published | 2018-12-21 |
| First published | 2015-06-02 |
| Weekly downloads | 0 |
| License | BSD |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 9.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | fis |
| Maintainers | 2betop |
| Keywords | fis3, inspect |

## Links

- npm: https://www.npmjs.com/package/fis3-command-inspect
- Repository: https://github.com/fex-team/fis3-command-inspect
- Issues: https://github.com/fex-team/fis3-command-inspect/issues
- npm.io page: https://npm.io/package/fis3-command-inspect

## Recent versions

- 1.0.6 (latest) — 2018-12-21
- 1.0.3 — 2015-07-08
- 1.0.2 — 2015-06-02
- 1.0.1 — 2015-06-02
- 1.0.0 — 2015-06-02

## README

# fis3-command-inspect
查看文件 match 结果。

## Useage

先安装 `fis3-command-inspect` 插件， 然后进入项目目录以后。

```bash
 Usage: fis3 inspect [media name]

 Options:

   -h, --help     print this help message
   --files        specify files to be inspected.
```

**注意** 当通过 files 指定规则的时候，记得加上双引号，否则系统会把安装自己规则把涮选出来的结果传进程序。

## sample

```bash

fis3 inspect

~ /components/webuploader/widgets/md5.js
 -- release /public/be/components/webuploader/widgets/md5.js `/^\/(?:static\/)?(.*)$/`   (0th)
 -- url /be/components/webuploader/widgets/md5.js `/^\/(?:static\/)?(.*)$/`   (0th)
 -- isMod true `*.js`   (4th)
 -- useSameNameRequire true `*.js`   (4th)
 -- useHash false `**`   (8th)


 ~ /components/webuploader/widgets/queue.js
 -- release /public/be/components/webuploader/widgets/queue.js `/^\/(?:static\/)?(.*)$/`   (0th)
 -- url /be/components/webuploader/widgets/queue.js `/^\/(?:static\/)?(.*)$/`   (0th)
 -- isMod true `*.js`   (4th)
 -- useSameNameRequire true `*.js`   (4th)
 -- useHash false `**`   (8th)

```

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