UNPKG

qb-clio

Version:

qb-cli 脚手架,仅有vue模板

12 lines (10 loc) 247 B
const fs = require('fs') const path = require('path') module.exports = { getCurrentDirectoryBase: () => { return path.basename(process.cwd()) }, directoryExists: (filePath) => { return fs.existsSync(filePath) }, }