ronanrodrigo / Sensazonal

An application to list sazonal foods by month

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sensazonal

Actions Status codebeat badge codecov

Requiremetnts

  • Xcode 11.10+
  • Homebrew
  • Carthage
  • SwiftLint

Setup Enviroment

  • Clone the repository: git clone git@gitlab.com:ronanrodrigo/Sensazonal.git
  • Access the project folder and run setup script: ./Support/setup

Organization

  • Core: A cross-platform package, contains protocol definitions and business rules implementation. Not allowed external dependencies here, all code here should run fast and without influence from third party libraries;
  • Share: Also a cross-platform package, but implementing some protocols defined at Core (mostly Gateways). Allowed external dependencies here;
  • iOS: Platform-specific code, implementing some protocols from Core (mostly Presenters) and using Share and Core to execute the use cases. In the future, there will be versions for macOS, tvOS, shell, web and others.

About

An application to list sazonal foods by month


Languages

Language:Swift 90.7%Language:Shell 9.3%