Notice:Boilermaker is currently in Beta. We're working hard to get to a stable release! Please report any bugs or issues in the Boilermaker GitHub Discussions.

Template Details: hello-world

Name hello-world
Lang clojure
Repo https://github.com/yeajustmars/boil-hello-world
Branch main
Subdir none
Source 1
Template ID 2
SHA Hash a880a6f33ef24c0217f17b5fc255e3e78c5f7360240cbc955acd431190aaff52
Created 1775609265
Updated none

Other Languages

  1. hello-world (bash)
  2. hello-world (javascript)
  3. hello-world (python)
  4. hello-world (rust)

Raw

          {
  "branch": "main",
  "config": "[project]\nname = \"boil-hello-world\"\ndescription = \"Simple Hello World with Boilermaker\"\nversion = \"0.1.0\"\ndefault_lang = \"bash\"\nrepository = \"https://github.com/yeajustmars/boil-hello-world\"\nauthors = [\"yeajustmars\"]\nkeywords = [\"boilermaker\", \"example\", \"hello-world\"]\nwebsite = \"https://github.com/yeajustmars/boil-hello-world\"\nlicense = \"MIT\"\n\n[variables]\nwelcome_message = \"Hello, World!\"\n",
  "created_at": 1775609265,
  "id": 2,
  "lang": "clojure",
  "name": "hello-world",
  "repo": "https://github.com/yeajustmars/boil-hello-world",
  "sha256_hash": "a880a6f33ef24c0217f17b5fc255e3e78c5f7360240cbc955acd431190aaff52",
  "source_id": 1,
  "subdir": null,
  "updated_at": null
}
        

Template

boil-hello-world

Boilermaker Hello World in Clojure.

Install

If not done already, install Boilermaker.

boil install https://github.com/yeajustmars/boil-hello-world --lang=clojure --rename=hello-world

Usage

boil new hello-world -l clojure -Od /tmp -n boil-clj

cd /tmp/boil-clj

clojure -M -m hello-world

# Or, alternatively, if you have Babashka installed:
# bb -cp src -m hello-world
          boil install https://github.com/yeajustmars/boil-hello-world --lang clojure --branch main
        
          [project]
name = "boil-hello-world"
description = "Simple Hello World with Boilermaker"
version = "0.1.0"
default_lang = "bash"
repository = "https://github.com/yeajustmars/boil-hello-world"
authors = ["yeajustmars"]
keywords = ["boilermaker", "example", "hello-world"]
website = "https://github.com/yeajustmars/boil-hello-world"
license = "MIT"

[variables]
welcome_message = "Hello, World!"