Skip to content

Remove duplicated examples #377

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 22, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 0 additions & 28 deletions Examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,31 +32,3 @@
[**Piranha**](https://github.com/uber/piranha): a tool for refactoring code related to feature flags.

[**STAR**](https://github.com/thumbtack/star): a tool to find how often specified Swift type(s) are used in a project.## Some Example Users

[**Swift AST Explorer**](https://swift-ast-explorer.kishikawakatsumi.com/): a Swift AST visualizer.

[**swift-format**](https://github.com/apple/swift-format): formatting technology for Swift source code.

[**Swift Stress Tester**](https://github.com/apple/swift-stress-tester): a test driver for sourcekitd and Swift evolution.

[**SwiftSemantics**](https://github.com/SwiftDocOrg/SwiftSemantics): parses Swift code into its constituent declarations.

[**Sitrep**](https://github.com/twostraws/Sitrep): A source code analyzer for Swift projects

[**SwiftRewriter**](https://github.com/inamiy/SwiftRewriter): a Swift code formatter.

[**SwiftPack**](https://github.com/omochi/SwiftPack): a tool for automatically embedding Swift library source.

[**Periphery**](https://github.com/peripheryapp/periphery): a tool to detect unused code.

[**BartyCrouch**](https://github.com/Flinesoft/BartyCrouch): a tool to incrementally update strings files to help App localization.

[**Muter**](https://github.com/muter-mutation-testing/muter): Automated mutation testing for Swift

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

[**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).

[**Piranha**](https://github.com/uber/piranha): a tool for refactoring code related to feature flags.

[**STAR**](https://github.com/thumbtack/star): a tool to find how often specified Swift type(s) are used in a project.