jondot/hygen

how to just create a folder? without any files?

sibelius opened this issue · 2 comments

how to just create a folder? without any files?

You could use the Shell Execution feature as follows:

---
sh: cd <%= cwd %>/path/to/to/parent && mkdir <%= folderName %>
---

Which seems like a exploit-ish approach to me, but it does the job I guess.

it works thanks