You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP โ†’
Socket
Book a DemoInstallSign in
Socket

files-structure-generator

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

files-structure-generator - npm Package Compare versions

Comparing version

to
1.1.3

4

package.json
{
"name": "files-structure-generator",
"version": "1.1.2",
"version": "1.1.3",
"description": "A utility to generate a predefined file and folder structure from a JSON configuration.",

@@ -12,3 +12,3 @@ "main": "index.js",

"author": "srs pvt ltd",
"license": "ISC",
"license": "MIT",
"files": [

@@ -15,0 +15,0 @@ "index.js",

@@ -169,3 +169,3 @@

```bash
npm run generate
npm run files
```

@@ -172,0 +172,0 @@ This command will create files and folders based on your `structure.json` configuration.