https://github.com/jaceklaskowski/lein-show-updates
A Leiningen plugin to check for available dependency updates of a project
https://github.com/jaceklaskowski/lein-show-updates
Last synced: 4 months ago
JSON representation
A Leiningen plugin to check for available dependency updates of a project
- Host: GitHub
- URL: https://github.com/jaceklaskowski/lein-show-updates
- Owner: jaceklaskowski
- Created: 2012-12-18T20:58:17.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-21T20:20:05.000Z (over 12 years ago)
- Last Synced: 2025-01-01T02:43:37.750Z (5 months ago)
- Language: Clojure
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lein-show-updates
A Leiningen plugin to show available dependencies updates of the current project.
The plugin is a poor man's [lein-outdated](https://github.com/ato/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.