Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

Latest commit

 

History

History
35 lines (24 loc) · 470 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 470 Bytes

xcodesnippet

A command-line interface for installing Xcode Snippets

Installation

$ gem install xcodesnippet

Usage

Sourcefile.swift

---
title: "Hello, World!"
summary: "Prints 'Hello World'"
completion-scope: Function or Method
---

println("Hello, World!")

Terminal Command

$ xcodesnippet install path/to/source.m

License

xcodesnippet is released under an MIT license. See LICENSE for more information.