Liking cljdoc? Tell your friends :D

trident.build.pom


-mainclj

Usage: clj -m trident.build.pom [options] 

Generates a new `pom.xml` in the current directory (overwrites any existing `pom.xml`).

Options:
  -g, --group-id ID
  -a, --artifact-id ID
  -v, --version VERSION
  -G, --github-repo REPO  <username>/<repo>, e.g. `jacobobryant/trident`
      --edn EDN           Additional options. Overrides CLI options.
  -h, --help

Config is stored under the :trident/lib key in deps.edn.
```
Usage: clj -m trident.build.pom [options] 

Generates a new `pom.xml` in the current directory (overwrites any existing `pom.xml`).

Options:
  -g, --group-id ID
  -a, --artifact-id ID
  -v, --version VERSION
  -G, --github-repo REPO  <username>/<repo>, e.g. `jacobobryant/trident`
      --edn EDN           Additional options. Overrides CLI options.
  -h, --help

Config is stored under the :trident/lib key in deps.edn.
```
sourceraw docstring

cliclj

source

sync-pomclj

(sync-pom {:keys [group-id artifact-id version github-repo]})

Generates a new pom.xml in the current directory (overwrites any existing pom.xml).

Generates a new `pom.xml` in the current directory (overwrites any existing `pom.xml`).
sourceraw docstring

xml-replaceclj

(xml-replace xml k v)
(xml-replace xml k v & kvs)

Replaces the value of the first k tag with v

Replaces the value of the first `k` tag with `v`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close