8000 Remove duplicated examples by omaralbeik · Pull Request #377 · swiftlang/swift-syntax · GitHub
[go: up one dir, main page]

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
Remove duplicated examples
  • Loading branch information
omaralbeik authored Mar 21, 2022
commit 4193f16293e33ed8f692470b68229dfc48f3fec6
28 changes: 0 additions & 28 deletions Examples/README.md
7A72
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.
0