2019-10-04 11:41:15 +02:00
|
|
|
name: 'Setup Clojure'
|
|
|
|
description: 'Setup your runner with Clojure build tools'
|
|
|
|
author: 'DeLaGuardo'
|
|
|
|
branding:
|
|
|
|
icon: 'gift'
|
|
|
|
color: 'blue'
|
|
|
|
inputs:
|
2020-03-30 15:40:25 -07:00
|
|
|
lein:
|
2019-10-04 11:41:15 +02:00
|
|
|
description: 'The Leiningen version to make available on the path.'
|
|
|
|
boot:
|
|
|
|
description: 'The boot-clj version to make available on the path.'
|
|
|
|
tools-deps:
|
2020-09-24 10:28:33 +02:00
|
|
|
description: '[DEPRECATED] The tools deps version to make available on the path.'
|
|
|
|
cli:
|
|
|
|
description: 'Clojure CLI version to make availablr on the path.'
|
2019-10-04 11:41:15 +02:00
|
|
|
runs:
|
|
|
|
using: 'node12'
|
2020-08-20 11:39:44 +02:00
|
|
|
main: 'dist/index.js'
|