No commit activity in last 3 years
No release in over 3 years
A command-line interface for installing Xcode Snippets.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

 Project Readme

oss_xcodesnippet

A command-line interface for installing Xcode Snippets

Diff with xcodesnippet

use {sourcefilename+UUID}.codesnippet as filename, not {UUID}.codesnippet. so we can figure out what the codesnippet is quickly.

Installation

$ gem install oss_xcodesnippet

Usage

Sourcefile.swift

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

println("Hello, World!")

Terminal Command

$ oss_xcodesnippet install path/to/source.m

Creator

Andy Cui

Original Author:

Mattt Thompson (@mattt)

License

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