Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tsachev authored Jul 18, 2017
1 parent 8cec223 commit 300bd5a
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,25 @@
# lein-bom

A Leiningen plugin that provides support for importing Maven "Bill Of Materials" (BOM) dependencies.
[![Clojars Project](https://clojars.org/lein-bom/latest-version.svg)](https://clojars.org/lein-bom)

[![Clojars Project](https://img.shields.io/clojars/v/lein-bom.svg)](https://clojars.org/lein-bom)
A Leiningen plugin that provides support for importing Maven "Bill Of Materials" (BOM) dependencies.

## Usage
## Install

FIXME: Use this for user-level plugins:
Put `[lein-bom "0.1.0-SNAPSHOT"]` into the `:plugins` vector of your `project.clj`.

Put `[lein-bom "0.1.0-SNAPSHOT"]` into the `:plugins` vector of your `:user`
profile.
## Usage

FIXME: Use this for project-level plugins:
Specify bom dependencies using `:import` vector in `:bom` map of your `project.clj`.

Put `[lein-bom "0.1.0-SNAPSHOT"]` into the `:plugins` vector of your project.clj.
:bom {:import [[io.netty/netty-bom "2.8.9"]]}

FIXME: and add an example usage that actually makes sense:
To see actual managed dependencies, run:

$ lein bom

## License

Copyright © 2017 FIXME
Copyright © 2017

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

0 comments on commit 300bd5a

Please sign in to comment.