An open API service indexing awesome lists of open source software.

https://github.com/nonchalant/todo


https://github.com/nonchalant/todo

clean-architecture ddd demo rxswift swift

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# ToDo

[![Build Status](https://travis-ci.org/Nonchalant/ToDo.svg?branch=master)](https://travis-ci.org/Nonchalant/ToDo)
![Xcode](https://img.shields.io/badge/Xcode-8.3.2-brightgreen.svg)
![Swift](https://img.shields.io/badge/Swift-3.1-brightgreen.svg)
[![Homebrew](https://img.shields.io/badge/Homebrew-1.0.7-brightgreen.svg)](http://brew.sh/index_ja.html)
[![CocoaPods](https://img.shields.io/badge/CocoaPdos-1.2.1-brightgreen.svg)](https://cocoapods.org)
[![SwiftLint](https://img.shields.io/badge/SwiftLint-0.17.0-brightgreen.svg)](https://github.com/realm/SwiftLint)

## Setup

### SwiftLint

```
$ brew install swiftlint
```

### Gem

```
$ bundle install --path=vendor/bundle
```

### Runs setup

```
$ bundle exec fastlane ios setup
```

## Task

### Runs synx

```
$ bundle exec fastlane ios synx
```

### Runs test

```
$ bundle exec fastlane ios test
```