Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xwdg/docc-generate.sh
Script generates documentation for a Swift package using the Swift-DocC tool.
https://github.com/0xwdg/docc-generate.sh
docc documentation generator script swift swiftlang
Last synced: about 1 month ago
JSON representation
Script generates documentation for a Swift package using the Swift-DocC tool.
- Host: GitHub
- URL: https://github.com/0xwdg/docc-generate.sh
- Owner: 0xWDG
- License: mit
- Created: 2024-06-15T14:52:10.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-15T15:02:10.000Z (7 months ago)
- Last Synced: 2024-12-14T22:29:06.857Z (about 1 month ago)
- Topics: docc, documentation, generator, script, swift, swiftlang
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docc-generate.sh
Script generates documentation for a Swift package using the Swift-DocC tool.# Installation:
Run `curl -O https://raw.githubusercontent.com/0xWDG/docc-generate.sh/main/docc-generate.sh && chmod +x docc-generate.sh`> [!NOTE]
> To install this system wide, run the following command:
> `sudo cp docc-generate.sh /usr/local/bin/docc-generate`# Usage:
./docc-generate.sh## Contact
We can get in touch via [Twitter/X](https://twitter.com/0xWDG), [Discord](https://discordapp.com/users/918438083861573692), [Mastodon](https://iosdev.space/@0xWDG), [Threads](https://threads.net/@0xwdg), [Bluesky](https://bsky.app/profile/0xwdg.bsky.social).
Alternatively you can visit my [Website](https://wesleydegroot.nl).