Sha256: 43716b415baf859107ca6febdc737d4b5f0ac9fc504c7a6850e1911c7f9b66c3

Contents?: true

Size: 1.35 KB

Versions: 1

Compression:

Stored size: 1.35 KB

Contents

# WWDC
**A command-line interface for accessing WWDC session content**

[ASCIIwwdc](http://asciiwwdc.com) provides searchable full-text transcripts of WWDC content. `wwdc` builds on its API, [which is documented in the project's README](https://github.com/mattt/asciiwwdc.com#README).

> As a CLI aficionado, you should definitely check out [Nomad](http://nomad-cli.com/), a world-class command line utilities for iOS development.

## Installation

```bash
$ gem install wwdc
```

## Usage

```bash
$ wwdc info 228

    228: "Hidden Gems in Cocoa and Cocoa Touch"
    
    Learn from the experts about the Cocoa and Cocoa Touch classes you may not even know exist, as well as some very obscure but extremely valuable classes that are favorites of the presenters.

    https://developer.apple.com/wwdc/videos/?id=228

$ wwdc open 228

    # Opens browser to Apple Developer page with links to slides and video

$ wwdc search UIView

    203: "What’s New in Cocoa Touch"

    > UIView property called tintColor. So, Andy talked about the fact that we've taken the tintColor concept and hoisted it all the way up to UIView, right.
```

## Contact

Mattt Thompson

- http://github.com/mattt
- http://twitter.com/mattt
- m@mattt.me

## License

WWDC is available under the MIT license. See the LICENSE file for more info.

All content copyright © 2013 Apple Inc. All rights reserved.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
wwdc-0.0.1 ./README.md