Template Details: hello-world
| Name | hello-world |
| Lang | bash |
| Repo | https://github.com/yeajustmars/boil-hello-world |
| Branch | main |
| Subdir | none |
| Source | 1 |
| Template ID | 1 |
| SHA Hash | 0011af445d24127752b8eb99074e69176fd440f9644840e636ad1b644cfd3240 |
| Created | 1775609265 |
| Updated | none |
Other Languages
- hello-world (clojure)
- hello-world (javascript)
- hello-world (python)
- 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": 1,
"lang": "bash",
"name": "hello-world",
"repo": "https://github.com/yeajustmars/boil-hello-world",
"sha256_hash": "0011af445d24127752b8eb99074e69176fd440f9644840e636ad1b644cfd3240",
"source_id": 1,
"subdir": null,
"updated_at": null
}
Template
boil-hello-world
Boilermaker Hello World in BASH.
Install
If not done already, install Boilermaker.
boil install https://github.com/yeajustmars/boil-hello-world --lang=bash --rename=hello-world
Usage
boil new hello-world -l bash -Od /tmp -n boil-bash
cd /tmp/boil-bash
bash src/hello-world.sh
boil install https://github.com/yeajustmars/boil-hello-world --lang bash --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!"