Skip to content

Instantly share code, notes, and snippets.

@dacr
Last active May 25, 2024 10:18
Show Gist options
  • 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/d1be3fb19c5e7e10907ad865e0884ddc798d75a1
// 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.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