You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-7Lines changed: 15 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,20 @@
2
2
This is a basic template to develop with InterSystems IRIS
3
3
4
4
## Description
5
-
The template uses InterSystems IRIS Community Edition running in a docker container
6
-
It uses ZPM Package Manager to load InterSystems ObjectScript
7
-
It creates a Namespace IRISAPP without interoperability Enabled
8
-
It is designed to develop with Package first paradigm
5
+
* The template uses InterSystems IRIS Community Edition running in a docker container
6
+
* It uses ZPM Package Manager to load InterSystems ObjectScript
7
+
* It creates a Namespace IRISAPP without interoperability Enabled
8
+
* It is designed to develop with Package First paradigm
9
+
10
+
## Usage
11
+
start a new dev repository with InterSystems IRIS using this one as a template.
12
+
Once you clone the new repo on your laptop and open the VSCode with installed InterSystems Pack you'll be able to start development immediately
9
13
10
14
## Prerequisites
11
15
Make sure you have [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) and [Docker desktop](https://www.docker.com/products/docker-desktop) installed.
Settings file to let you immedietly code in VSCode with [VSCode ObjectScript plugin](https://marketplace.visualstudio.com/items?itemName=daimor.vscode-objectscript))
0 commit comments