Nakor is a Ruby gem for generating a template application for Corona SDK. It creates a template app with a splash screen, a menu with four buttons (Play, Settings, Help, About), and one scene for each of the four buttons. It uses Corona SDK's built-in Storyboard to manage scenes.
The generated app also includes RadLib, a library of utility Lua functions to support Corona SDK development.
If you're not familiar with Ruby, or you just want the template code without this wrapper gem, please check out Corona Game Template.
gem install nakor
nakor generate awesome_app
This will create the awesome_app directory in the current directory. To run it in Corona simulator:
/Applications/CoronaSDK/simulator awesome_app
To release a new version:
gem bump
gem release
This code is MIT licensed, see http://developer.coronalabs.com/code/license