- Notifications
You must be signed in to change notification settings - Fork24
Example source code for the Lacinia tutorial
License
walmartlabs/clojure-game-geek
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
FIXME: my new application.
Download fromhttps://github.com/my/clojure-game-geek
FIXME: explanation
Run the project directly, via:exec-fn
:
$ clojure -X:run-xHello, Clojure!
Run the project, overriding the name to be greeted:
$ clojure -X:run-x :name '"Someone"'Hello, Someone!
Run the project directly, via:main-opts
(-m my.clojure-game-geek
):
$ clojure -M:run-mHello, World!
Run the project, overriding the name to be greeted:
$ clojure -M:run-m Via-MainHello, Via-Main!
Run the project's tests (they'll fail until you edit them):
$ clojure -T:build test
Run the project's CI pipeline and build an uberjar (this will fail until you edit the tests to pass):
$ clojure -T:build ci
This will produce an updatedpom.xml
file with synchronized dependencies inside theMETA-INF
directory insidetarget/classes
and the uberjar intarget
. You can update the version (and SCM tag)information in generatedpom.xml
by updatingbuild.clj
.
If you don't want thepom.xml
file in your project, you can remove it. Theci
task willstill generate a minimalpom.xml
as part of theuber
task, unless you removeversion
frombuild.clj
.
Run that uberjar:
$ java -jar target/clojure-game-geek-0.1.0-SNAPSHOT.jar
If you removeversion
frombuild.clj
, the uberjar will becometarget/clojure-game-geek-standalone.jar
.
FIXME: listing of options this app accepts.
...
...
Copyright © 2022 Howard.lewisship
EPLv1.0 is just the default for projects generated byclj-new
: you are notrequired to open source this project, nor are you required to use EPLv1.0!Feel free to remove or change theLICENSE
file and remove or update thissection of theREADME.md
file!
Distributed under the Eclipse Public License version 1.0.
About
Example source code for the Lacinia tutorial
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.