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