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

Define a factory method and update README.md #76

Closed tobyapi closed 7 years ago

tobyapi commented 7 years ago

In this commit, we must write code such as:

app = Base::App.new __FILE__

In this commit, we can write code to following:

app = Amethyst.new Base::App

and I updated README.md.