Skip to content

Commit

Permalink
clojure-cli-config: update link to project templates
Browse files Browse the repository at this point in the history
Signed-off-by: John Practicalli <250870+practicalli-john@users.noreply.github.com>
  • Loading branch information
practicalli-johnny committed Jul 30, 2023
1 parent 111a08b commit eae8bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/clojure-cli/projects/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
A Clojure CLI project is [defined by a `deps.edn` file](/clojure/clojure-cli/configure.md) that specifies source and library paths to use for the project. The `deps.edn` file can also define aliases which can optionally be included when running the REPL to support development related tasks.

!!! HINT "Generate a project from a template"
[Create a project from a template](create-from-template.md) to save time creating a common project structure.
[Create a project from a template](templates.md) to save time creating a common project structure.

??? INFO "Practicalli clojure-app-template example project"
[practicalli/clojure-app-template](https://github.com/practicalli/clojure-app-template) provides a production grade example of a project starting point, with additional configuration files for building and deploying the project.
Expand Down

0 comments on commit eae8bfa

Please sign in to comment.