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

https://github.com/keith/xcode-man-pages

A HTML export of Xcode's man pages
https://github.com/keith/xcode-man-pages

xcode

Last synced: 6 months ago
JSON representation

A HTML export of Xcode's man pages

Awesome Lists containing this project

README

          

# xcode-man-pages

A HTML export of all Apple's man pages that are bundled with Xcode. Useful for diffing tools between
Xcode releases, and for having an updated version of them online.

[View them here](https://keith.github.io/xcode-man-pages/)

## Usage

```sh
brew install groff mandoc coreutils
brew link --overwrite mandoc
./export.sh /path/to/Xcode.app
```