XMLCoder

(โ˜… 875)

Easy XML parsing using Codable protocols in Swift

  • .gitignore
  • .hound.yml
  • .pre-commit-config.yaml
  • .ruby-version
  • .spi.yml
  • .swiftformat
  • .swiftlint.yml
  • azure-pipelines.yml
  • Brewfile
  • CHANGELOG.md
  • CODE_OF_CONDUCT.md
  • codecov.yml
  • Gemfile
  • Gemfile.lock
  • LICENSE
  • Package.swift
  • pod.sh
  • README.md
  • test_swiftpm.sh
  • test_xcodebuild.sh
  • XMLCoder.podspec

๐Ÿš€ Installation Guide

1. Get the code
git clone https://github.com/CoreOffice/XMLCoder

Downloads the entire project code from GitHub to your computer.

cd XMLCoder

Moves into the project folder you just downloaded.

2. Ruby

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Ruby Ruby is required to use the bundle command.
brew bundle # installs SwiftLint, SwiftFormat and pre-commit

Type this command into your terminal and run it.

โœ… If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).

Pulled directly from this repo's README.

// repository documentation