Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.58 KB

README.template.md

File metadata and controls

37 lines (29 loc) · 1.58 KB

Coursier Apps

Build status Release status Maven Central

This repository holds the apps in the Main and Contrib channels for Coursier. You can find information about creating your own application to be installed with cs here on the website.

Main

These are the apps in the default main JAR-based channel, io.get-coursier:app which is used with cs install

Contrib

These apps are available by passing --contrib to the cs install command. Feel free to send in a PR to add your application here!

Updating the README

This README is auto-generated by the scripts/generate-readme.sc Ammonite script Please don't update the README directly, but rather update the README.template.md. Note that you don't need to manually add your app to it, it will be automatically added in CI.

Testing a change

If you'd like to test a change locally to ensure what you're adding or changing works correctly, you can do the following while in the workspace.

cs launch --default-channels=false --channel ./(apps|apps-contrib)/resources <app name>