fis3-command-inspect

1.0.6 • Public • Published

fis3-command-inspect

查看文件 match 结果。

Useage

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

 Usage: fis3 inspect [media name]
 
 Options:
 
   -h, --help     print this help message
   --files        specify files to be inspected.

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

sample

 
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)
 

Readme

Keywords

Package Sidebar

Install

npm i fis3-command-inspect

Weekly Downloads

223

Version

1.0.6

License

BSD

Unpacked Size

9.44 kB

Total Files

6

Last publish

Collaborators

  • 2betop