Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Example source code for the Lacinia tutorial

License

NotificationsYou must be signed in to change notification settings

walmartlabs/clojure-game-geek

Repository files navigation

FIXME: my new application.

Installation

Download fromhttps://github.com/my/clojure-game-geek

Usage

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-INFdirectory 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 removeversionfrombuild.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.

Options

FIXME: listing of options this app accepts.

Examples

...

Bugs

...

Any Other Sections

That You Think

Might be Useful

License

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

Stars

Watchers

Forks

Packages

No packages published

Contributors3

  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp