Forrest logo
back to context overview

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 machine
    explain this command
  • lein:tldr:61c04 lein: Start a REPL session either with the project or standalone.
    $ lein repl
    try on your machine
    explain this command
  • lein:tldr:8f1c9 lein: Run the project's tests.
    $ lein test
    try on your machine
    explain this command
  • lein:tldr:9703f lein: Package up the project files and all its dependencies into a jar file.
    $ lein uberjar
    try on your machine
    explain 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 machine
    explain this command
back to context overview