Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mrmcc3/boot-electron
- Owner: mrmcc3
- Created: 2015-08-04T22:54:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-05T00:29:55.000Z (over 9 years ago)
- Last Synced: 2024-12-13T21:11:42.032Z (about 1 month 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/)
![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.