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