# 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) ## Installation Install the utility ```ruby gem 'mobile_workflow_cli' ``` ## Usage ```mwf new [options]``` ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).