tuist/README.md

23 lines
950 B
Markdown
Raw Normal View History

2018-04-16 17:01:02 +08:00
<p align="center">
<img src="assets/logo.png" width="250" align="center"/>
<br/><br/>
</p>
2018-04-17 16:14:48 +08:00
[![Build Status](https://travis-ci.org/xcbuddy/xcbuddy.svg?branch=master)](https://travis-ci.org/xcbuddy/xcbuddy)
[![The MIT License](https://img.shields.io/badge/license-MIT-orange.svg?style=flat-square)](http://opensource.org/licenses/MIT)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
2018-04-18 22:22:40 +08:00
[![Join the community on Spectrum](https://withspectrum.github.io/badge/badge.svg)](https://spectrum.chat/xcbuddy)
2018-04-16 17:17:10 +08:00
2018-04-17 23:26:08 +08:00
## Install
Just run this command on your terminal:
```
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/xcbuddy/xcbuddy/master/scripts/install)"
```
2018-04-16 17:01:02 +08:00
## Setup for development
1. Git clone: `git@github.com:xcbuddy/xcbuddy.git`
2. Generate SPM project `swift package generate-xcodeproj`.
3. Open `xcbuddy.xcworkspace`.
4. Have fun :tada: