{"id":28226201,"url":"https://github.com/s4m-mo/sandcastle","last_synced_at":"2026-04-10T03:02:19.759Z","repository":{"id":50322832,"uuid":"518543243","full_name":"s4m-mo/sandcastle","owner":"s4m-mo","description":"A high-performance, lightweight build tool.","archived":false,"fork":false,"pushed_at":"2025-03-24T10:36:44.000Z","size":57,"stargazers_count":20,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-18T11:11:24.705Z","etag":null,"topics":["build-tool","castle","cli","go","productivity","productivity-tools","sandcastle"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/s4m-mo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null}},"created_at":"2022-07-27T16:58:34.000Z","updated_at":"2025-03-19T08:07:35.000Z","dependencies_parsed_at":"2024-06-20T21:51:28.271Z","dependency_job_id":"af5c00e3-fe9c-4d20-a157-5be07425266a","html_url":"https://github.com/s4m-mo/sandcastle","commit_stats":null,"previous_names":["neuron-ai/sandcastle","s4m-mo/sandcastle"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/s4m-mo/sandcastle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s4m-mo%2Fsandcastle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s4m-mo%2Fsandcastle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s4m-mo%2Fsandcastle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s4m-mo%2Fsandcastle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/s4m-mo","download_url":"https://codeload.github.com/s4m-mo/sandcastle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s4m-mo%2Fsandcastle/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259602110,"owners_count":22882913,"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":["build-tool","castle","cli","go","productivity","productivity-tools","sandcastle"],"created_at":"2025-05-18T11:10:59.500Z","updated_at":"2026-04-10T03:02:19.675Z","avatar_url":"https://github.com/s4m-mo.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003csection align=\"center\"\u003e\n\n# 🏰 \u003cbr\u003e SandCastle\n\n**SandCastle** is a high performance, lightweight build tool for any language, OS or shell.\n\n\u003c/section\u003e\n\n- [🏰  SandCastle](#--sandcastle)\n- [Usage](#usage)\n  - [Arguments](#arguments)\n  - [_castle.yaml_](#castleyaml)\n- [Installation](#installation)\n  - [Binaries](#binaries)\n    - [Windows](#windows)\n    - [Linux](#linux)\n    - [MacOS](#macos)\n  - [From Source](#from-source)\n- [Recognised Shells](#recognised-shells)\n\n# Usage\n\n## Arguments\n\n\u003c!-- - `init` initialise a **SandCastle** project. --\u003e\n- `\u003ctask-name\u003e` run the specified task.\n\n## _castle.yaml_\n\nThis is a configuration file that contains all of the tasks and things that you want **SandCastle** to do.\n\nCreate a _castle.yaml_ file, using `castle init` or any other method of your choice.\n\nThe contents are as follows.\n\n```yaml\nconfig: # the configuration options\n  log_shell_cmds: true # should it give a title for shell steps in a task?\n\n  # log_level is for the internal logging of SandCastle\n  log_level: debug # choose one of \"info\", \"debug\", \"warn\", \"error\" or \"none\" - these are\n\ntasks: # the tasks, use the name of the task as a CLI argument\n  run: # the name of the task\n    - echo \"Hello, World!\" # the steps of the task\n    - echo \"Second Step!\"\n  deploy: # another task\n    - echo \"Deployed!\" # you can use shell commands, or any other terminal command\n```\n\nNow, if we wanted to run the `deploy` task, we would run `castle deploy`. Just like that!\n\n# Installation\n\n## Binaries\n\n### Windows\n\n- Download the `castle.exe` binary from [releases page](https://github.com/sam-the-programmer/sandcastle/releases/latest).\n- Add it to your `$PATH` and you're good to go!\n\n### Linux\n\n- Download the `castle` binary from [releases page](https://github.com/sam-the-programmer/sandcastle/releases/latest).\n- Add it to your `$PATH` and you're good to go!\n\n### MacOS\n\n- Download the `castle-macos` binary from [releases page](https://github.com/sam-the-programmer/sandcastle/releases/latest).\n- Rename it to `castle`\n- Add it to your `$PATH` and you're good to go!\n\n## From Source\nClone the repo and run **\"go build\"**. To run with a demo file, run **\"castle run\"** using SandCastle itself.\n\n# Recognised Shells\n\nIn order to run shell commands, you need to have a shell installed. **SandCastle** supports the following shells:\n\n- bash\n- zsh\n- sh\n- csh\n- ksh\n- tcsh\n- dash\n- fish\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs4m-mo%2Fsandcastle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fs4m-mo%2Fsandcastle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs4m-mo%2Fsandcastle/lists"}