-
-
Save kurogelee/064461565033097e7d3e to your computer and use it in GitHub Desktop.
Light TableでLeiningenのコマンドを実行するショートカットを作る ref: http://qiita.com/kurogelee/items/3760689fa9fab1fc0ff6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{:exit 0, :out "Generating a project called sandbox-project based on the 'default' template.\r\nTo see other templates (app, lein plugin, etc), try `lein help new`.\r\n", :err ""} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[:editor "ctrl-shift-l" (:eval.custom "(clojure.java.shell/with-sh-dir \"E:/research/clojure/workspace\" | |
(apply clojure.java.shell/sh \"lein.bat\" (map str '[__SELECTION__])))")] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment