You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ PLEASE DO NOT UPDATE THIS FILE, UPDATE CONTENTS.JSON INSTEAD. THANK YOU :-)
10
10
11
11
| Awesome | Linux | Projects | Updated |
12
12
|:-------:|:-----:|:--------:|:-------:|
13
-
|[](https://github.com/sindresorhus/awesome)|:penguin:|1075| February 03, 2025 |
13
+
|[](https://github.com/sindresorhus/awesome)|:penguin:|1076| February 03, 2025 |
14
14
15
15
In parternship with:
16
16
@@ -280,6 +280,7 @@ In parternship with:
280
280
*[Beak](https://github.com/yonaskolb/Beak) - A command line interface for your Swift scripts.
281
281
*[BetterCodable](https://github.com/marksands/BetterCodable) - Level up your `Codable` structs through property wrappers. The goal of these property wrappers is to avoid implementing a custom `init(from decoder: Decoder)` throws and suffer through boilerplate.
282
282
*[CodableWrappers](https://github.com/GottaGetSwifty/CodableWrappers) - A Collection of PropertyWrappers to make custom Serialization of Codable Types easy.
283
+
*[Forked](https://github.com/drewmccormack/Forked) - Generalized approach to managing shared data in Swift applications to support Local-first apps.
283
284
*[Fugen](https://github.com/almazrafi/Fugen) - A command line tool for exporting resources and generating code from your Figma files.
284
285
*[MemberwiseInit](https://github.com/gohanlon/swift-memberwise-init-macro) - `@MemberwiseInit` is a Swift Macro that can more often provide your intended `init`, while following the same safe-by-default semantics of Swift’s memberwise initializers.
285
286
*[Model2App](https://github.com/Q-Mobile/Model2App) - Turn your data model into a working CRUD app.
0 commit comments