Examples (5)
Generate scaffolding for a new project based on a template
lein new template_name project_nameStart a REPL session either with the project or standalone
lein replRun the project's `-main` function with optional args
lein run argsPackage up the project files and all its dependencies into a jar file
lein uberjarmade by @shridhargupta | data from tldr-pages