Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrmcc3/boot-electron

Boot task for downloading/running electron
https://github.com/mrmcc3/boot-electron

Last synced: about 1 month ago
JSON representation

Boot task for downloading/running electron

Awesome Lists containing this project

README

        

# boot-electron

Boot task for installing and running [electron](http://electron.atom.io/)

![Clojars Project](http://clojars.org/mrmcc3/boot-electron/latest-version.svg)

### Usage

in build.boot
```clj
(set-env! :dependencies '[[mrmcc3/boot-electron "0.1.0-SNAPSHOT"]])
(require '[mrmcc3.boot-electron :refer [electron]])
```

### LICENSE

Copyright © 2015 Michael McClintock

Distributed under the Eclipse Public License, the same as Clojure.