Skip to content

mise-plugins/vfox-leiningen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vfox-leiningen

Leiningen plugin for vfox and mise.

Leiningen is a build automation and dependency management tool for Clojure projects.

Requirements

  • Java (JDK 8 or later)

Installation

With mise

mise use leiningen@latest

With vfox

vfox add leiningen
vfox install leiningen@latest

Usage

# Create a new project
lein new app my-project

# Run the project
cd my-project
lein run

# Start a REPL
lein repl

# Run tests
lein test

How it works

This plugin:

  1. Downloads the Leiningen standalone JAR from GitHub releases
  2. Downloads the lein shell script from the repository
  3. Sets up LEIN_HOME to point to the installation directory

License

MIT

About

vfox/mise plugin for Leiningen - Clojure build tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages