oxc
v1.0.1
Published
Type `oxc` to Xcode with a workspace, project or file from the command line.
Downloads
140
Readme
oxc
Type oxc
to open Xcode with a workspace, project, or file from the command line.
Usage
oxc [file]
Examples
$ oxc README.md
> open README.md in Xcode
$ oxc
> if the current directory contains a workspace or project, open it in Xcode
> otherwise, just open Xcode
Installation
npm install --global oxc
If you don't want to install Node, you can simply download oxc to a directory in your PATH
.
License
Copyright Jason McCreary. Licensed under MIT.
http://opensource.org/licenses/MIT