Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

DrString finds issues in your Swift docstrings and fixes them for you.

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