[%
for (c in Package.all()) {%]
[%=c.name%];
[%}%]
I want to create a new folder for each Package in my project, but I can't find how to do it using EGL.
For example, if I have the packages: Color and Weight. I want to have a folder ../src/Color and a folder ../src/Weight.
Can anybody help me? Thanks in advance.
PS: And it's being hard for me to find info about EGL and its operations. If you could point me to manuals or documentation about it would be appreciated.