UNPKG

vue3-structure-builder

Version:

`vue3-structure-builder` is a tool that helps developers quickly generate a modular and scalable file structure for Vue 3 projects. By defining a module structure in a `schema.js` file, this tool automatically generates directories, components, pages, sto

3 lines (2 loc) 288 B
import s from"fs";import o from"path";import{c}from"../check-type-0a835837.js";const e=()=>{const e=o.join(process.cwd(),"schema.js");s.existsSync(e)?console.log("schema.js file already exists"):c(e,"schema","schema")};e();export{e as ouputSchemaFile}; //# sourceMappingURL=index.cjs.map