Code Monkey home page Code Monkey logo

boot-cp's Introduction

boot-cp

[org.clojars.micha/boot-cp "0.1.3"] ;; latest release

Classpath task for boot.

Demo

# see task docs
boot -d org.clojars.micha/boot-cp with-cp --help
# write a classpath file
boot -d org.clojars.micha/boot-cp -d ring:1.4.0 with-cp -l lib -wf cp
# start a REPL with the claspath set up by the file
boot -d org.clojars.micha/boot-cp with-cp -f cp repl

Usage

;; build.boot

(set-env!
  :dependencies '[[org.clojars.micha/boot-cp "X.Y.Z" :scope "test"]])

(require
  '[micha.boot-cp :refer [with-cp]])

(task-options!
  with-cp {:pedantic      true
           :file          "deps.out"
           :scopes        #{"compile"}
           :dependencies  '[[foo/bar "1.2.3"]
                            [baz/baf "4.5.6"]]})

To write the classpath file cp do:

boot with-cp -w

This will create a file named cp with a java -cp compatible string of paths to dependency JARs.

To load dependencies from a previously created classpath file do:

boot with-cp task1 task2 ...

Hacking on boot-cp

boot build-jar # build JAR and install to local Maven repo
boot build-jar push-release # build JAR, install, and push to Clojars

boot-cp's People

Contributors

micha avatar

Watchers

 avatar  avatar  avatar

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.