Coder Social home page Coder Social logo

boot-deps's Introduction

boot-deps

Wanna-be lein-ancient and more for Boot. Also consider boot show --updates which is a built-in task listing dependencies with newer releases.

Provides:

  • ancient task, which lists outdated dependencies
  • latest task, which shows latest version of a library
  • More to come, PRs welcome

[org.martinklepsch/boot-deps "0.1.10"] ;; latest release

Usage

This is mostly intended for Terminal usage as of now:

$ boot -d boot-deps ancient
Searching for outdated dependencies...
Currently using [om "0.7.3"] but 0.8.0-beta3 is available
Currently using [boot-garden "1.2.5"] but 1.2.5-1 is available

$ boot -d boot-deps latest -l org.clojure/clojure -q
Searching for latest version of [org.clojure/clojure]...: 1.7.0-RC1

If you want to have boot-deps available globally you can add it to your $BOOT_HOME/profile.boot (usually $BOOT_HOME is set to ~/.boot, see boot -h for details) like so:

(set-env! :dependencies '[[org.martinklepsch/boot-deps "RELEASE"]])
(require '[org.martinklepsch.boot-deps :refer [ancient]])

Options

[s snapshots  bool  "allow SNAPSHOT versions to be reported as new"
 q qualified  bool  "allow alpha, beta, etc... versions to be reported as new"
 a all        bool  "allow SNAPSHOT and qualified versions to be reported as new"]

License

Copyright Martin Klepsch 2014.

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.