Skip to content

Commit ab8a7b3

Browse files
committed
description updated
1 parent 1905860 commit ab8a7b3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=flat&logo=AdGuard)](LICENSE)
66
# intersystems-iris-dev-template
77
This is a basic template for a development environment to work with ObjectScript in InterSystems IRIS. It helps you edit, compile, commit/push, debug and test your ObjectScript code. It also aids in packaging your application as a module installable with ZPM.
8+
The template is embedded python compatible.
89

910
## Description
1011
This repository provides a read-to-go development environment for coding productively with InterSystems ObjectScript. This template:
@@ -13,6 +14,7 @@ This repository provides a read-to-go development environment for coding product
1314
* Loads the ObjectScript code into IRISAPP database using Package Manager
1415
* Promotes development with the 'Package First' paradigm. [Watch the video](https://www.youtube.com/watch?v=havPyPbUj1I)
1516
* Provides a unit testing environment: sample unit tests, tests module enablement
17+
* Ready for embedded python development: ENV varialbes are set up, CallIn service is On, all modules in requirements.txt will be installed during docker build.
1618

1719
## Usage
1820
Start a new dev repository with InterSystems IRIS using this one as a template.

0 commit comments

Comments
 (0)