Skip to content

A Leiningen plugin to check for available dependency updates of a project

Notifications You must be signed in to change notification settings

jaceklaskowski/lein-show-updates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lein-show-updates

A Leiningen plugin to show available dependencies updates of the current project.

The plugin is a poor man's lein-outdated.

Usage

Until a version is released, run git clone and then lein install to build the plugin locally.

Put [lein-show-updates "0.1.0-SNAPSHOT"] into the :plugins vector of your :user profile.

Should you need to have the plugin available for any project, add the following to the ~/.lein/profiles.clj

{:user {:plugins [[lein-show-updates "0.1.0-SNAPSHOT"]]}}

Either way should let you run the plugin as follows:

$ lein show-updates

License

Copyright © 2012 Jacek Laskowski

Distributed under the Eclipse Public License, the same as Clojure.

About

A Leiningen plugin to check for available dependency updates of a project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published