/swift-ui-card-game

A SwiftUI library allowing you to manipulate cards.

Primary LanguageSwiftMIT LicenseMIT

SwiftUICardGame

Xcode Unit Test

A SwiftUI library allowing you to manipulate card game.

This library has been tested

  • TODO

App using this library

  • TODO

For maintainers

If you want to help maintaining this library, I would suggest to add this git hooks on pre-commit

In a terminal opened in the repo folder, executes these commands

echo '#!/bin/sh' > .git/hooks/pre-commit
echo '' >> .git/hooks/pre-commit
echo 'swiftlint' >> .git/hooks/pre-commit
chmod +x .git/hooks/pre-commit