Skip to content

Instantly share code, notes, and snippets.

@dacr
Last active February 3, 2026 20:21
Show Gist options
  • Select an option

  • Save dacr/96b93572b1257247bace16c8088adf18 to your computer and use it in GitHub Desktop.

Select an option

Save dacr/96b93572b1257247bace16c8088adf18 to your computer and use it in GitHub Desktop.
code examples manager application launcher script / published by https://github.com/dacr/code-examples-manager #8b14e042-b155-4b88-92cd-6c56f553af0f/ee227e7fc6bbe8af9de98ea5f801115269df8a30
// summary : code examples manager application launcher script
// keywords : cem, code-examples-manager, application, launcher
// publish : gist
// authors : David Crosson
// license : Apache License Version 2.0 (https://www.apache.org/licenses/LICENSE-2.0.txt)
// id : 8b14e042-b155-4b88-92cd-6c56f553af0f
// created-on : 2021-03-03T12:51:43Z
// managed-by : https://github.com/dacr/code-examples-manager
// execution : scala ammonite script (http://ammonite.io/) - run as follow 'amm scriptname.sc'
// ---------------------
//> using scala "3.4.2"
//> using dep "fr.janalyse::code-examples-manager:2.3.3"
// ---------------------
fr.janalyse.cem.Main.main(args)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment