A command-line interface for installing Xcode Snippets
$ gem install xcodesnippet
---
title: "Hello, World!"
summary: "Prints 'Hello World'"
completion-scope: Function or Method
---
println("Hello, World!")
$ xcodesnippet install path/to/source.m
xcodesnippet is released under an MIT license. See LICENSE for more information.