{"id":20691134,"url":"https://github.com/mohammadne/pillar","last_synced_at":"2026-06-24T06:34:40.055Z","repository":{"id":172833347,"uuid":"649827234","full_name":"mohammadne/pillar","owner":"mohammadne","description":"Base code for Go application with CI and deployments added","archived":false,"fork":false,"pushed_at":"2023-06-05T20:42:49.000Z","size":20,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T01:29:13.938Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/mohammadne.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":"2023-06-05T18:15:55.000Z","updated_at":"2023-08-17T17:08:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"9664d128-9bf4-49b7-a931-29fc6a05e39f","html_url":"https://github.com/mohammadne/pillar","commit_stats":null,"previous_names":["mohammadne/pillar"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mohammadne/pillar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohammadne%2Fpillar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohammadne%2Fpillar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohammadne%2Fpillar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohammadne%2Fpillar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mohammadne","download_url":"https://codeload.github.com/mohammadne/pillar/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohammadne%2Fpillar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34720920,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-24T02:00:07.484Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11-16T23:15:22.206Z","updated_at":"2026-06-24T06:34:40.028Z","avatar_url":"https://github.com/mohammadne.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pillar\n\n\u003c!-- BADGES --\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/actions/workflow/status/mohammadne/pillar/ci.yaml?label=ci\u0026logo=github\u0026style=for-the-badge\u0026branch=main\" alt=\"GitHub Workflow Status\" /\u003e\n  \u003cimg src=\"https://img.shields.io/github/release/mohammadne/pillar.svg?style=for-the-badge\" alt=\"Release\"\u003e\n  \u003ca href=\"https://codecov.io/gh/mohammadne/pillar\"\u003e\n    \u003cimg src=\"https://img.shields.io/codecov/c/gh/mohammadne/pillar?logo=codecov\u0026style=for-the-badge\" alt=\"Codecov\" /\u003e\n  \u003c/a\u003e\n  \u003cimg src=\"https://img.shields.io/github/license/mohammadne/pillar?style=for-the-badge\" alt=\"License\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/stars/mohammadne/pillar?style=for-the-badge\" alt=\"Starts\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/downloads/mohammadne/pillar/total.svg?style=for-the-badge\" alt=\"Downloads\"\u003e\n\u003c/p\u003e\n\n## Introduction\n\nSimple Go application for using as starting point for writing Go applications.\n\n## Usage\n\n1. Clone the repository\n\n    ```bash\n    git clone git@github.com:mohammadne/pillar.git\n    ```\n\n2. Change the remote git-origin (replace your own)\n\n    ```bash\n    REMOTE_ORIGIN=\"git@github.com:mohammadne/pillar.git\"\n    git remote set-url origin $REMOTE_ORIGIN\n    ```\n\n3. Update package-name (replace your own)\n\n    ```bash\n    REPLACE=\"username/repository\"\n    LC_ALL=C find . -type f -not -path \".git/*\" -exec sed -i \"s#mohammadne/pillar#$REPLACE#g\" {} +\n    ```\n\n4. Update command descriptions\n\n    ```bash\n    vim main.go\n    vim cmd/server.go\n    ```\n\n5. Update deployment name and create helm charts\n\n    ```bash\n    cd ./deployments\n\n    # update \n    vim ./tearup.sh\n    vim ./teardown.sh\n    \n    # replace your own application name.\n    helm create pillar\n\n    # update folder names based on the commands.\n    mv -rf ./pillar ./server\n    ```\n\n6. Update or delete this README.md file based on your needs\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohammadne%2Fpillar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohammadne%2Fpillar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohammadne%2Fpillar/lists"}