Skip to content

Commit

Permalink
fix: add markdown heading to correct table
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Oct 22, 2024
1 parent 964d8b7 commit 30a9776
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,8 @@ Default values (can be over-ridden on the command line)
> `:project/new` - uses [clj-new](https://github.com/seancorfield/clj-new) which is an archived project, although can still be used to create projects using Leiningen style templates. A Clojure CLI configuration must be manually added if these templates do not provide one.

| Command | Description |
| --------------------------------------------------------------------------------------------------------| ---------------------------------------------------- |
| `clojure -T:project/new :template app :name practicalli/my-application` | App project with given name |
| `clojure -T:project/new :template luminus :name practicalli/full-stack-app :args '["+http-kit" "+h2"]'` | Luminus project with given name and template options |
| `clojure -T:project/new :template figwheel-main :name practicalli/landing-page :args '["--reagent"]'` | ClojureScript Figwheel-main project with reagent |
Expand Down

0 comments on commit 30a9776

Please sign in to comment.