https://github.com/nonchalant/todo
https://github.com/nonchalant/todo
clean-architecture ddd demo rxswift swift
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nonchalant/todo
- Owner: Nonchalant
- Created: 2017-05-21T13:55:19.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-04T01:30:16.000Z (about 9 years ago)
- Last Synced: 2025-04-12T02:12:56.166Z (about 1 year ago)
- Topics: clean-architecture, ddd, demo, rxswift, swift
- Language: Swift
- Size: 49.8 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ToDo
[](https://travis-ci.org/Nonchalant/ToDo)


[](http://brew.sh/index_ja.html)
[](https://cocoapods.org)
[](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
```