
lein
List of commands for lein:
-
lein:tldr:1092d lein: Run the project's `-main` function with optional args.$ lein run ${args}try on your machineexplain this command
-
lein:tldr:61c04 lein: Start a REPL session either with the project or standalone.$ lein repltry on your machineexplain this command
-
lein:tldr:9703f lein: Package up the project files and all its dependencies into a jar file.$ lein uberjartry on your machineexplain this command
-
lein:tldr:fddb5 lein: Generate scaffolding for a new project based on a template.$ lein new ${template_name} ${project_name}try on your machineexplain this command