Skip to content

Instantly share code, notes, and snippets.

@dacr
Last active April 2, 2023 10:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dacr/96b93572b1257247bace16c8088adf18 to your computer and use it in GitHub Desktop.
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/60c5e34b6f80e9d78dc31c62e65757f9328a53fb
// summary : code examples manager application launcher script
// keywords : cem, code-examples-manager, application, launcher
// publish : gist
// authors : David Crosson
// license : Apache NON-AI License Version 2.0 (https://raw.githubusercontent.com/non-ai-licenses/non-ai-licenses/main/NON-AI-APACHE2)
// 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.2.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