jbrennan / OhaiPrototope

A prototope bootstrap project in xcode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

OHAI Prototope!

A test project for getting started using prototope.

getting started

You'll need Xcode 6.3 to run Prototope!

Make sure to use the recursive option on clone to auto init all submodules. This will pull in both prototope and pop (and allow your environment to build).

$ git clone --recursive https://github.com/khan/ohaiprototope

If you have already cloned the repository (without the recursive option), run the following from inside the project directory to do the same.

$ git submodule update --init --recursive

license

this project (but not its submodules) is released under an MIT License (i'm not really sure how that works considering that lion's share of this project is cribbing from default xcode templates, but i mean, that's just where we've arrived now, isn't it). That basically means you should rename it if you release it. I mean, with a name like ohai prototope, you probably want to rename it, even if you just call it something like HowdyPrototaupe.

Copyright (c) 2015 khan academy

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A prototope bootstrap project in xcode


Languages

Language:Swift 89.1%Language:Shell 8.7%Language:Awk 2.2%