Skip to content

Commit 370f195

Browse files
committed
Sort list of projects using SwiftSyntax alphabetically
1 parent 59c93fc commit 370f195

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

Examples/README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,32 @@
55

66
## Some Example Usages
77

8-
[**Swift AST Explorer**](https://swift-ast-explorer.com/): a Swift AST visualizer.
8+
[**BartyCrouch**](https://github.com/Flinesoft/BartyCrouch): a tool to incrementally update strings files to help App localization.
99

10-
[**swift-format**](https://github.com/apple/swift-format): formatting technology for Swift source code.
10+
[**Hatch**](https://github.com/sdidla/Hatch): Provides a simple, extensible parser to obtain a hierarchical list of symbols
1111

12-
[**Swift Stress Tester**](https://github.com/apple/swift-stress-tester): a test driver for sourcekitd and Swift evolution.
12+
[**Muter**](https://github.com/muter-mutation-testing/muter): Automated mutation testing for Swift
1313

14-
[**SwiftSemantics**](https://github.com/SwiftDocOrg/SwiftSemantics): parses Swift code into its constituent declarations.
14+
[**Pecker**](https://github.com/woshiccm/Pecker): a tool to detect unused code based on [SwiftSyntax](https://github.com/apple/swift-syntax.git) and [IndexStoreDB](https://github.com/apple/indexstore-db.git).
1515

16-
[**Sitrep**](https://github.com/twostraws/Sitrep): A source code analyzer for Swift projects
16+
[**Periphery**](https://github.com/peripheryapp/periphery): a tool to detect unused code.
1717

18-
[**SwiftRewriter**](https://github.com/inamiy/SwiftRewriter): a Swift code formatter.
18+
[**Piranha**](https://github.com/uber/piranha): a tool for refactoring code related to feature flags.
1919

20-
[**SwiftPack**](https://github.com/omochi/SwiftPack): a tool for automatically embedding Swift library source.
20+
[**Sitrep**](https://github.com/twostraws/Sitrep): A source code analyzer for Swift projects
2121

22-
[**Periphery**](https://github.com/peripheryapp/periphery): a tool to detect unused code.
22+
[**STAR**](https://github.com/thumbtack/star): a tool to find how often specified Swift type(s) are used in a project.
2323

24-
[**BartyCrouch**](https://github.com/Flinesoft/BartyCrouch): a tool to incrementally update strings files to help App localization.
24+
[**Swift AST Explorer**](https://swift-ast-explorer.com/): a Swift AST visualizer.
2525

26-
[**Muter**](https://github.com/muter-mutation-testing/muter): Automated mutation testing for Swift
26+
[**Swift Stress Tester**](https://github.com/apple/swift-stress-tester): a test driver for sourcekitd and Swift evolution.
2727

2828
[**Swift Variable Injector**](https://github.com/LucianoPAlmeida/variable-injector): a tool to replace string literals with environment variables values.
2929

30-
[**Pecker**](https://github.com/woshiccm/Pecker): a tool to detect unused code based on [SwiftSyntax](https://github.com/apple/swift-syntax.git) and [IndexStoreDB](https://github.com/apple/indexstore-db.git).
30+
[**swift-format**](https://github.com/apple/swift-format): formatting technology for Swift source code.
3131

32-
[**Piranha**](https://github.com/uber/piranha): a tool for refactoring code related to feature flags.
32+
[**SwiftPack**](https://github.com/omochi/SwiftPack): a tool for automatically embedding Swift library source.
3333

34-
[**STAR**](https://github.com/thumbtack/star): a tool to find how often specified Swift type(s) are used in a project.
34+
[**SwiftRewriter**](https://github.com/inamiy/SwiftRewriter): a Swift code formatter.
3535

36-
[**Hatch**](https://github.com/sdidla/Hatch): Provides a simple, extensible parser to obtain a hierarchical list of symbols
36+
[**SwiftSemantics**](https://github.com/SwiftDocOrg/SwiftSemantics): parses Swift code into its constituent declarations.

0 commit comments

Comments
 (0)