Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.14 KB

File metadata and controls

23 lines (16 loc) · 1.14 KB
Logo of Rainmaker

Rainmaker

Tests REUSE

A simple Swift library and CLI to access Nextcloud files programmatically. For further information, see the documentation which is built from the source code and deployed to GitHub pages.

Contributing

SwiftFormat was introduced into this project. Before submitting a pull request, please ensure that your code changes comply with the currently configured code style. You can run the following command in the root of the package repository clone:

swift package plugin --allow-writing-to-package-directory swiftformat --verbose --cache ignore

Also, there is a GitHub action run automatically which lints code changes in pull requests.