lein: improve readability

This commit is contained in:
OrBaruk
2017-10-28 16:26:24 -02:00
committed by GitHub
parent 8c8ebd6e3d
commit 40bff3cb62

View File

@@ -4,13 +4,13 @@
- Generate scaffolding for a new project based on a template:
`lein new {{template}} {{project_name}}`
`lein new {{template_name}} {{project_name}}`
- Start a repl session either with the project or standalone:
`lein repl`
- Run the project's -main function with optional args:
- Run the project's `-main` function with optional args:
`lein run {{args}}`
@@ -18,6 +18,6 @@
`lein test`
- Package up the project files and all dependencies into a jar file:
- Package up the project files and all its dependencies into a jar file:
`lein uberjar`