https://github.com/mrmcc3/boot-electron
Boot task for downloading/running electron
https://github.com/mrmcc3/boot-electron
Last synced: about 1 year ago
JSON representation
Boot task for downloading/running electron
- Host: GitHub
- URL: https://github.com/mrmcc3/boot-electron
- Owner: mrmcc3
- Created: 2015-08-04T22:54:02.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-05T00:29:55.000Z (almost 11 years ago)
- Last Synced: 2025-03-27T06:11:50.595Z (about 1 year ago)
- Language: Clojure
- Size: 121 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# boot-electron
Boot task for installing and running [electron](http://electron.atom.io/)

### 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.