Indatus / blacksmith

Blacksmith is a code generation tool which automates the creation of common files that you'd typically create for each entity in your application.
MIT License
193 stars 13 forks source link

Is it possible to do a different config than hexagonal? #15

Closed ahmadshah closed 9 years ago

ahmadshah commented 10 years ago

Am wondering how can I use a different type besides hexagonal and supplying different keys inside the config file.

"config_type": "foobar"
brianwebb01 commented 10 years ago

That was the original intent, however presently there are no other config types. Its more of a point for extension. My initial thought was that there could be hexagonal and mvc or maybe command_bus and so on.

ahmadshah commented 10 years ago

Thanks for the clarification. Yup having the ability to specify our own template would be an awesome features. I'll try to tweak around with the source and see what I can help for this feature :smile: