Closed jevets closed 4 years ago
Hey there! Good idea! Forge doesn't currently have this feature, but it would be pretty cool. If you want to try writing it up we're happy to accept pull requests.
I'm not much of a ruby developer outside of ERb, but I'll take a stab at it!
I very much second this idea, it would be good to be able to set-up repos for each of the different wordpress starter themes such as _s, bones, roots, etc..
Just wondering if anyone had managed to firgure this out. We use a custom version of roots and was wondering if this gave the fliexibility to add different folder strcutures in.
Forge is awesome! Thanks for sharing.
Is there any way to use my own layout folder when running
forge create
? Maybe something like:forge create my_project --layout=my_custom_layout
?Middleman does this, using templates from ~/.middleman. i.e.
middleman init site --template=my_custom_template
I don't see anything like this available when running
forge help create
, and I'm mostly new to Ruby (am comfy w/ ERB), so my apologies if it's really obvious.