UNPKG

code-recheck

Version:

一键查重,自动检查项目中的重复代码

14 lines (10 loc) 225 B
const check = require('../index.js'); const path = '/Users/zhangkun/Desktop' const list = [{ "name": "测试项目", "gitPath": "https://github.com/zhangkun-Jser/auto-form-create", }] check({ list, path, })