Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.
/ lein-lock Public archive

A Leiningen plugin to check transitive dependencies to ensure repeatable builds.

License

Notifications You must be signed in to change notification settings

SparkFund/lein-lock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lein-lock

A Leiningen plugin to check transitive dependencies against a dependencies.lock file to ensure repeatable builds.

Usage

Put [lein-lock "0.1.0-SNAPSHOT"] into the :plugins vector of your project.clj.

To generate a new lockfile:

$ lein lock freshen

To echo a fresh lockfile to stdout:

$ lein lock echo

To check your dependencies against an existing lockfile:

$ lein lock

Customization

To customize via project.clj:

:lock {:lockfile "different.lock" ;; defaults to dependencies.lock
       :dep-profile :test} ;; include :test scoped dependencies in lockfile. defaults to :uberjar

License

Copyright © 2015 SparkFund

About

A Leiningen plugin to check transitive dependencies to ensure repeatable builds.

Resources

License

Stars

Watchers

Forks

Packages

No packages published