Contents

swiftyfinch/fish

Fish

Description

Fish is a small library that was developed to solve the above problems.\ It providing convenient wrappers for interacting with the file system.\ Under the hood it uses FileManager and other parts of Foundation.

This library was a part of 🏈 Rugby 2.x.

<br>

How to install πŸ“¦

Add it to the dependencies for your package. More info here.

.package(url: "https://github.com/swiftyfinch/Fish", from: "0.1.0")

How to use πŸš€

let file = try Folder.current.createFile(
    named: "example.txt",
    contents: "Hello world!"
)
try file.append("You can find more info in docs.")
try file.delete()

Package Metadata

Repository: swiftyfinch/fish

Default branch: main

README: README.md