Skip to content

Commit 30a9776

Browse files
fix: add markdown heading to correct table
1 parent 964d8b7 commit 30a9776

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,8 @@ Default values (can be over-ridden on the command line)
252252
> `: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.
253253
254254

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

0 commit comments

Comments
 (0)