lein: improve readability

coverage
OrBaruk 2017-10-28 16:26:24 -02:00 committed by GitHub
parent 8c8ebd6e3d
commit 40bff3cb62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

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`