From 53b1b7589ddafdc5b61e018dba473a2b3ef13c44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Camilo=20Gonz=C3=A1lez?= Date: Mon, 4 Mar 2019 22:14:55 -0500 Subject: [PATCH] add badges --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3bfe317..951585e 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,14 @@ -# tijera +# Tijera -> Aplicación para generar mosaicos de mapa. +[![Build Status](https://travis-ci.com/piedratijerapapel/tijera.svg?branch=master)](https://travis-ci.com/piedratijerapapel/tijera) +[![Build status](https://ci.appveyor.com/api/projects/status/dvymna62e1fm9f27?svg=true)](https://ci.appveyor.com/project/1cgonza/tijera) + +Software para crear mosaico de imágenes para zoom. +Ejemplo: http://piedratijerapapel.com/visualizacion #### Build Setup -``` bash +```bash # install dependencies npm install @@ -14,9 +18,4 @@ npm run dev # build electron application for production npm run build - ``` - ---- - -This project was generated with [electron-vue](https://github.com/SimulatedGREG/electron-vue)@[8fae476](https://github.com/SimulatedGREG/electron-vue/tree/8fae4763e9d225d3691b627e83b9e09b56f6c935) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about the original structure can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).