UNPKG
module-migration-tool
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
分析项目文件依赖并迁移到新项目的工具
gitee.com/little_fat_brother_in_turpan/module-migration-tool.git
module-migration-tool
/
bin
/
migrate.js
7 lines
(5 loc)
•
95 B
JavaScript
View Raw
1
2
3
4
5
6
7
#!/usr/bin/env node
/** * 模块迁移工具的CLI入口 */
require
(
"../src/index.js"
)