isc-one-liners

Downloads60
Subscribe
3
Bookmark
0
This application is not supported by InterSystems Corporation. Please be notified that you use it at your own responsibility.
Details
Releases
Reviews
Issues
Articles

What's new in this version

Read file added by Sergey Mikhailenko

Gitter Quality Gate Status Reliability Rating

License: MIT

isc-one-liners

This is a collection of useful one line commands for ObjectScript. Use and add your own!

Description

Currently it has one-liners of:

  • SSL configuration creation
  • ZPM installation
  • IRIS BI (DeepSee) enablement
  • PercentAll creation
  • Turn Off Random globals names
  • Make the storage DDL and UDL classes similar

Usage

Execute classmethods in ##class(dc.one.Line).Method()

Installation

zpm "dc-one-liners"

CONTRIBUTION

Contribution is very welcome! Using Pull Requests!

Contribution Prerequisites

Make sure you have git and Docker desktop installed.

Installation for contribution

Clone/git pull the repo into any local directory

$ git clone https://github.com/intersystems-community/intersystems-iris-dev-template.git

Open the terminal in this directory and call the command to build and run InterSystems IRIS in container:

$ docker-compose up -d

To open IRIS Terminal do:

$ docker-compose exec iris iris session iris -U IRISAPP
IRISAPP>

To exit the terminal, do any of the following:

Enter HALT or H (not case-sensitive)

How to start the development

This repository is ready to code in VSCode with ObjectScript plugin. Install VSCode, Docker and ObjectScript plugin and open the folder in VSCode. Open /src/cls/PackageSample/ObjectScript.cls class and try to make changes - it will be compiled in running IRIS docker container. docker_compose

Feel free to delete PackageSample folder and place your ObjectScript classes in a form /src/organisation/package/Classname.cls Read more about folder setup for InterSystems ObjectScript and her on the naming convention

IPM installation
zpm "install dc-one-liners"
Rating
5 (1)
ObjectScript quality test
Passed
Updated on 30 September 2023
ObjectScript quality report
Category
Developer Environment
Works with
InterSystems IRISInterSystems IRIS for Health
Tags
Info
Version
1.2.1
Last updated
2023-01-26
Repository
Open
Documentation
Open
License
Link