gem install corneal
corneal new APP-NAME
bundle
You can then verify the installation checking the test with rspec
or running the server with shotgun
and visiting http://localhost:9393.
corneal model NAME
corneal controller NAME
corneal controller NAME --no-views
corneal scaffold NAME
You can see the full README on GitHub.