{"id":15409175,"url":"https://github.com/devlead/hellocake","last_synced_at":"2026-04-04T15:30:30.348Z","repository":{"id":66990233,"uuid":"235759187","full_name":"devlead/HelloCake","owner":"devlead","description":"Basic example of a hello world script using Cake","archived":false,"fork":false,"pushed_at":"2020-01-23T10:31:51.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-01T06:24:35.102Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devlead.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-23T09:09:32.000Z","updated_at":"2020-01-23T10:31:53.000Z","dependencies_parsed_at":"2023-05-18T02:45:47.213Z","dependency_job_id":null,"html_url":"https://github.com/devlead/HelloCake","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"c590bb79e781e66be43a583a90d43691e0d95ea7"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlead%2FHelloCake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlead%2FHelloCake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlead%2FHelloCake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlead%2FHelloCake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devlead","download_url":"https://codeload.github.com/devlead/HelloCake/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239964551,"owners_count":19725952,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-01T16:38:01.424Z","updated_at":"2025-02-21T06:12:43.505Z","avatar_url":"https://github.com/devlead.png","language":"C#","readme":"# HelloCake\n\nBasic example of a hello world script using Cake\n\n![HelloCake example console output](hellocake.gif)\n\n# Quickstart\n\n1. Install .NET Core 3.1 SDK ( https://dotnet.microsoft.com/download )\n1. `dotnet tool restore`\n1. dotnet cake hello.cake\n\n# Walk-through\n\n## Obtaining .NET\n\nEasiest way to obtain .NET Core is following instructions on https://dotnet.microsoft.com/download\n\n## Obtaining Cake\n\nOnce you cloned this repository, go to it's folder in terminal and type\n\n```bash\ndotnet tool restore\n```\n\nthis will fetch and install a C# scripting runtime called Cake, console output should look something like this (you might see a newer version number)\n\n```bash\nTool 'cake.tool' (version '0.36.0') was restored. Available commands: dotnet-cake\n\nRestore was successful.\n```\n\n### Script\n`hello.cake` is a Cake C# script file which you can open in a text editor i.e. Notepad, VSCode, Sublime, etc.\n\n```csharp\nInformation(\"Hello World\");\n```\n\n#### Execution\n\nWhen the Cake tool is instal, scripts can be executed from the terminal by typing\n\n```bash\ndotnet cake hello.cake\n```\n\n#### Expected output\n\nOur sample `hello.cake` script should output\n\n```\nHello World\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevlead%2Fhellocake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevlead%2Fhellocake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevlead%2Fhellocake/lists"}