files-structure-generator
Advanced tools
Comparing version
@@ -26,2 +26,4 @@ const fs = require('fs'); | ||
createStructure('.', structure); | ||
// Set basePath to the user's main project directory | ||
const basePath = process.cwd(); | ||
createStructure(basePath, structure); |
{ | ||
"name": "files-structure-generator", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A utility to generate a predefined file and folder structure from a JSON configuration.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
1334
-17.6%2
-33.33%24
-41.46%