27/08
2015
FolderBuilder turns existing directory trees into JSON for use on http://fb.webiny.com
Folder builder tool to help developers in the planning stage of their projects, (*1)
View live demo: http://fb.webiny.com/, (*2)
You can use it directly via structure.php
:, (*3)
php structure.php /path/to/your/folder > myStructure.json
php structure.php /path/to/your/folder 2 > myStructure.json
or install globally with Composer and use from anywhere:, (*4)
composer global require webiny/folderbuilder
then use it on any folder:, (*5)
wfb ~/Code > output.json
or limit depth:, (*6)
wfb ~/Code 2 > output.json
Feel free to send PRs., (*7)
MIT, (*8)