Skip to content

Commit ce105d3

Browse files
authored
Merge pull request #9 from SergeyMi37/master
updated readme add shields
2 parents 4385e6a + eabf3b4 commit ce105d3

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: objectscriptquality
2+
on: push
3+
4+
jobs:
5+
linux:
6+
name: Linux build
7+
runs-on: ubuntu-latest
8+
9+
steps:
10+
- name: Execute ObjectScript Quality Analysis
11+
run: wget https://raw.githubusercontent.com/litesolutions/objectscriptquality-jenkins-integration/master/iris-community-hook.sh && sh ./iris-community-hook.sh
12+

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
## intersystems-iris-docker-rest-template
1+
## intersystems-iris-rest-api-template
2+
3+
[![Gitter](https://img.shields.io/badge/Available%20on-Intersystems%20Open%20Exchange-00b2a9.svg)](https://openexchange.intersystems.com/package/iris-rest-api-template)
4+
[![Quality Gate Status](https://community.objectscriptquality.com/api/project_badges/measure?project=intersystems_iris_community%2Firis-rest-api-template&metric=alert_status)](https://community.objectscriptquality.com/dashboard?id=intersystems_iris_community%2Firis-rest-api-template)
5+
<img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/intersystems-community/iris-rest-api-template">
6+
27
This is a template of a REST API application built with ObjectScript in InterSystems IRIS.
38
It also has OPEN API spec,
49
can be developed with Docker and VSCode,
@@ -18,7 +23,7 @@ Create your repository from template.
1823
Clone/git pull the repo into any local directory e.g. like it is shown below (here I show all the examples related to this repository, but I assume you have your own derived from the template):
1924

2025
```
21-
$ git clone git@github.com:intersystems-community/objectscript-rest-docker-template.git
26+
$ git clone git@github.com:intersystems-community/iris-rest-api-template.git
2227
```
2328

2429
Open the terminal in this directory and run:

0 commit comments

Comments
 (0)