Last active
May 25, 2024 10:18
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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