DEV Community

Lucas.T
Lucas.T

Posted on • Updated on

npm json-to-folder

Create folder by parsing json data file.

Note - For the purpose of this example I will be using this path /Users/lucas/dev/jsonfolder

1. Create json file:

carbon

  • Must be an array.
  • An object create a folder.
  • Object must have name property and optional files property which is an array.
  • String create a file, must be filled.

2. Start process:

ezgif.com-gif-maker

Thanks 🙌

Top comments (0)