Skip to content

jkutner/lein-invoke

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lein-invoke

A Leiningen plugin for invoking and testing lein tasks.

Usage

Create a invoke.clj in the root a sample project like this:

[[:exec "git" "init"]
 [:lein "uberjar"]
 [:exists? "target/myapp.jar"]]

Then run:

$ lein invoke path/to/app

About

A Leiningen plugin to invoke and test Leiningen plugins

Resources

License

Stars

Watchers

Forks

Packages

No packages published