Skip to content

Add basic support for boot #692

@jeluard

Description

@jeluard

I started using boot exclusively (i.e. without any project.clj) for some new project. I find the combo boot + cursive extremely powerful especially for ClojureScript projects.
Unfortunately cursive won't recognize my sources/dependencies in this case.

Given the simple structure of a build.boot file it could be easy to support boot only project as a first step.

A simple build.boot

(set-env!
 :source-paths #{"src"}
 :dependencies '[[org.clojure/clojure "1.6.0"     :scope "provided"]
                 [boot/core           "2.0.0-rc1" :scope "provided"]
                 [some/dep            "0.1.0"]])

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions