Sha256: 78532df62e0f9ef4d90f0b98e280b91c923ed3dfa7b6654e346bd87ea96eff39
Contents?: true
Size: 446 Bytes
Versions: 5
Compression:
Stored size: 446 Bytes
Contents
# 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 <path to open api spec json> [options]``` ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
mobile_workflow_cli-0.1.4 | README.md |
mobile_workflow_cli-0.1.3 | README.md |
mobile_workflow_cli-0.1.2 | README.md |
mobile_workflow_cli-0.1.1 | README.md |
mobile_workflow_cli-0.1.0 | README.md |