Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
asoseil 2017-11-05 22:45:05 +01:00
commit 11f74c1ce4
1 changed files with 12 additions and 12 deletions

View File

@ -1,13 +1,13 @@
## Realize ## Realize
[![GoDoc](https://img.shields.io/badge/documentation-godoc-blue.svg)](https://godoc.org/github.com/tockins/realize) [![GoDoc](https://img.shields.io/badge/documentation-godoc-blue.svg?style=flat-square)](https://godoc.org/github.com/tockins/realize)
[![TeamCity CodeBetter](https://travis-ci.org/tockins/realize.svg?branch=v1)](https://travis-ci.org/tockins/realize) [![Travis](https://img.shields.io/travis/tockins/realize.svg?style=flat-square)](https://travis-ci.org/tockins/realize)
[![AUR](https://img.shields.io/aur/license/yaourt.svg?maxAge=2592000?style=flat-square)](https://raw.githubusercontent.com/tockins/realize/v1/LICENSE) [![AUR](https://img.shields.io/aur/license/yaourt.svg?style=flat-square)](https://raw.githubusercontent.com/tockins/realize/v1/LICENSE)
[![](https://img.shields.io/badge/realize-examples-yellow.svg)](https://github.com/tockins/realize-examples) [![](https://img.shields.io/badge/realize-examples-yellow.svg?style=flat-square)](https://github.com/tockins/realize-examples)
[![Join the chat at https://gitter.im/tockins/realize](https://badges.gitter.im/tockins/realize.svg)](https://gitter.im/tockins/realize?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Gitter](https://img.shields.io/gitter/room/tockins/realize.svg?style=flat-square)](https://gitter.im/tockins/realize?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Go Report Card](https://goreportcard.com/badge/github.com/tockins/realize)](https://goreportcard.com/report/github.com/tockins/realize) [![Go Report Card](https://goreportcard.com/badge/github.com/tockins/realize?style=flat-square)](https://goreportcard.com/report/github.com/tockins/realize)
[![OpenCollective](https://opencollective.com/realize/backers/badge.svg)](#backers) [![OpenCollective](https://opencollective.com/realize/backers/badge.svg?style=flat-square)](#backers)
[![OpenCollective](https://opencollective.com/realize/sponsors/badge.svg)](#sponsors) [![OpenCollective](https://opencollective.com/realize/sponsors/badge.svg?style=flat-square)](#sponsors)
<p align="center"> <p align="center">
<img src="http://i.imgur.com/pkMDtrl.png" width="350px"> <img src="http://i.imgur.com/pkMDtrl.png" width="350px">
@ -25,10 +25,10 @@ Various operations can be programmed for each project, which can be executed at
</p> </p>
#### Wiki #### Content
- [Features list](#features) - [Features list](#features)
- [Getting Started](#installation) - [Get started](#get-started)
- [Config sample](#config-sample) - Sample config file - [Config sample](#config-sample) - Sample config file
- [Run cmd](#run) - Run a project - [Run cmd](#run) - Run a project
- [Add cmd](#add) - Add a new project - [Add cmd](#add) - Add a new project
@ -62,8 +62,8 @@ Next features and informations
- [ ] Support to ignore paths and files in gititnore - [ ] Support to ignore paths and files in gititnore
- [ ] Input redirection (wait for an input and redirect) useful for cli scripts - [ ] Input redirection (wait for an input and redirect) useful for cli scripts
#### Installation #### Get started
Run this to get/install: Run this to get and install:
``` ```
$ go get github.com/tockins/realize $ go get github.com/tockins/realize
``` ```