amethyst-framework / amethyst

Amethyst is a Rails inspired web-framework for Crystal language
https://github.com/amethyst-framework
MIT License
648 stars 46 forks source link

Generators #33

Closed sdogruyol closed 8 years ago

sdogruyol commented 8 years ago

Hey there,

I started implementing generators for bootstrapping an Amethyst app.

E.g when someone creates a new app it comes with views / controllers folder and so on.

Currently i implemented folder generator but a bit lost on how to initialize this on app setup. Rails does this via bin/setup and i think that's a pretty good solution.

What do you guys think?

sdogruyol commented 8 years ago

I'm ditching this for a bin style generator.