const {copyFiles, chalkTag} = require("./tools"); const start = () => { copyFiles('lib', 'meta').then(() => chalkTag.done("转移成功!")) } start()