Skip to content

This contains the Json descriptors for coursier managed TMT applications

Notifications You must be signed in to change notification settings

tmtsoftware/osw-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TMT apps channel

The apps.json file holds Application Descriptors for TMT applications which can be consumed using Coursier. To use these descriptors, add the path of raw apps.json file as a channel as shown below.

cs launch --channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/master/apps.json <app to launch>:<version|SHA>

A more convenient way would be to add apps.json file into the cousier channels. Execute the following command to do so.

cs install --add-channel https://raw.githubusercontent.com/tmtsoftware/osw-apps/master/apps.json

After adding the channel, Cousier will look into saved channels to find the application descriptors whenever needed.

cs launch <app to launch>:<version|SHA>

About

This contains the Json descriptors for coursier managed TMT applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published