# Mobile Workflow CLI A utility to create a Rails server from an Open API Spec file. The server contains * Models * API * Password protected admin console (for updating the data) ## Prereqs Install RubyVersionManager (RVM) with latest stable Ruby and Rails `\curl -sSL https://get.rvm.io | bash -s stable --rails` ## Installation Install the utility `gem 'mobile_workflow_cli'` ## Usage `mwf --help` ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).