Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dduan/drstring
DrString finds issues in your Swift docstrings and fixes them for you.
https://github.com/dduan/drstring
docstrings documentation formatter linter swift
Last synced: 7 days ago
JSON representation
DrString finds issues in your Swift docstrings and fixes them for you.
- Host: GitHub
- URL: https://github.com/dduan/drstring
- Owner: dduan
- License: mit
- Created: 2019-09-08T05:31:05.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-20T23:04:09.000Z (11 months ago)
- Last Synced: 2024-12-26T21:07:40.737Z (14 days ago)
- Topics: docstrings, documentation, formatter, linter, swift
- Language: Swift
- Homepage:
- Size: 4.38 MB
- Stars: 171
- Watchers: 5
- Forks: 6
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
![Circular Logo](Documentation/Assets/Logo-Circular-Header.png)
# Dr. String in the Multiverse of Pedantry
… or "DrString", for short.
DrString helps you take control of docstrings in your Swift codebase by finding
and fixing inconsistencies among them.![Demo](Documentation/Assets/Demo.png)
![Xcode Demo](Documentation/Assets/Demo-Xcode.png)## Documentation
- [Getting Started][] guides you through how to use DrString in your Swift
project.
- [Overview][] provides the _why_ s and _what_ s of docstring linting.
- [Configuration][] is a reference to all options for behavior customization.
- [Editor Integrations][] exist to improve your user experience with Xcode, and
more![Getting Started]: Documentation/GettingStarted.md
[Overview]: Documentation/Overview.md
[Configuration]: Documentation/Configuration.md
[Editor Integrations]: Documentation/EditorIntegrations.md## License
[MIT](LICENSE.md).