• This repository has been archived on 28/Jun/2020
  • Stars
    star
    136
  • Rank 267,670 (Top 6 %)
  • Language
    Ruby
  • License
    MIT License
  • Created over 9 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A command-line interface for installing Xcode Snippets

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.