Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 919 Bytes

README.md

File metadata and controls

44 lines (36 loc) · 919 Bytes

Ordination

Build Status Twitter

This is a project for sorting books.

For this project:

  • Swift 3.
  • MVVM architecture.
  • Tests with code coverage: 99%.
  • Swiftlint - A tool to enforce Swift style and conventions

Installation

  • Open terminal

  • Git Clone

git clone https://github.com/brunodlz/Ordination.git
  • cd Ordination/
   Outputs:
    .
    ├── LICENSE
    ├── README.md
    └── Ordination
  • cd Ordination/
   Outputs:
    .
    └── Ordination
        └── Ordination
        └── Ordination.xcodeproj
        └── OrdinationTests
        └── OrdinationUITests
  • open Ordination.xcodeproj/
    • Choice a simulator
    • Run