A collection of build tasks defined using trident.cli
.
A collection of build tasks defined using `trident.cli`.
Usage: clj -m trident.build [options] <subcommand> [<args>]
Options:
-w, --with-projects PROJECTS Colon-separated list of projects. The subcommand will be executed in `target/<project>` for each project.
-a, --all-projects Execute the command in each project directory (as defined by mono.edn). Overrides --with-projects.
--edn EDN Additional options. Overrides CLI options.
-h, --help
Config is stored under the :trident/mono key in deps.edn.
Subcommands:
mono Work with monolithic projects.
doc Ingests a library into a locally running instance of cljdoc.
pom Generates a new `pom.xml` in the current directory (overwrites any existing `pom.xml`).
jar Packages a jar at `target/<artifact-id>-<version>.jar`.
install Installs a library to the local maven repo.
deploy Deploys a library to Clojars.
See `<program> <subcommand> --help` to read about a specific subcommand.
``` Usage: clj -m trident.build [options] <subcommand> [<args>] Options: -w, --with-projects PROJECTS Colon-separated list of projects. The subcommand will be executed in `target/<project>` for each project. -a, --all-projects Execute the command in each project directory (as defined by mono.edn). Overrides --with-projects. --edn EDN Additional options. Overrides CLI options. -h, --help Config is stored under the :trident/mono key in deps.edn. Subcommands: mono Work with monolithic projects. doc Ingests a library into a locally running instance of cljdoc. pom Generates a new `pom.xml` in the current directory (overwrites any existing `pom.xml`). jar Packages a jar at `target/<artifact-id>-<version>.jar`. install Installs a library to the local maven repo. deploy Deploys a library to Clojars. See `<program> <subcommand> --help` to read about a specific subcommand. ```
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close