This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
electroncljs/project.clj

7 lines
331 B
Clojure
Raw Normal View History

2016-12-03 17:26:22 -05:00
(defproject electroncljs/lein-template "0.1.2"
2016-12-03 14:13:54 -05:00
:description "Leiningen template for creating Electron apps with ClojureScript"
:url "https://github.com/gered/electroncljs"
:license {:name "MIT License"
:url "http://opensource.org/licenses/MIT"}
:eval-in-leiningen true)