Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1.06 KB

README.md

File metadata and controls

22 lines (12 loc) · 1.06 KB

ValiSwift

This project is a work in progress port of the JavaScript library Valibot to Swift.

Installation

To get started with ValiSwift, make sure you have the latest version of Swift installed. The best way to get set up with Swift is to see their Getting Started guide.

The project is set up to use VS Code, not XCode. This is so anyone will be able to contribute to the project, regardless of operating system. You can use XCode if you prefer on macOS, but the project is not set up to use it.

The project uses swift-format for formatting the code. See the installation instructions from the VS Code extension the project uses, apple-swift-format.

Running the project

To run the project, you can use the following command:

swift test

This will run the tests in the project and output the results to the console.