{"id":22558047,"url":"https://github.com/jd-apprentice/easy-static","last_synced_at":"2026-03-19T23:07:48.534Z","repository":{"id":193954891,"uuid":"689801113","full_name":"jd-apprentice/easy-static","owner":"jd-apprentice","description":"🧰 simple static site deployment tool","archived":false,"fork":false,"pushed_at":"2023-09-29T01:45:39.000Z","size":801,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-12T19:39:19.902Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","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/jd-apprentice.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-10T23:43:58.000Z","updated_at":"2023-09-10T23:44:40.000Z","dependencies_parsed_at":"2024-12-07T20:11:14.801Z","dependency_job_id":"f880326c-7d35-44e4-8c88-6582df935398","html_url":"https://github.com/jd-apprentice/easy-static","commit_stats":null,"previous_names":["jd-apprentice/easy-static"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jd-apprentice/easy-static","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jd-apprentice%2Feasy-static","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jd-apprentice%2Feasy-static/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jd-apprentice%2Feasy-static/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jd-apprentice%2Feasy-static/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jd-apprentice","download_url":"https://codeload.github.com/jd-apprentice/easy-static/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jd-apprentice%2Feasy-static/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28927137,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T22:32:35.345Z","status":"online","status_checked_at":"2026-01-31T02:00:09.179Z","response_time":128,"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-12-07T20:11:06.994Z","updated_at":"2026-01-31T02:31:18.297Z","avatar_url":"https://github.com/jd-apprentice.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# easy static - static site deployment tool\n\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"500\" height=\"500\" src=\"https://github.com/jd-apprentice/easy-static/assets/68082746/96ca5083-e842-4a41-b34a-896382db457a\"\u003e\n\u003c/p\u003e\n\nManage your static site with ease. Easy Static is a simple static site deployment tool that allows you to deploy your static site to multiple hosts with a single command.\n\n# Table of Contents\n\n1. [Design 🖌](#design-)\n2. [Software requirements 📦](#software-requirements-)\n3. [File structure 📁](#file-structure-)\n4. [Documentation 📕](#documentation-)\n5. [License 📰](#license-)\n\n## Design 🖌\n\n\u003cp align=\"center\"\u003e\n  \u003cimg width=\"408\" height=\"789\" src=\"https://github.com/jd-apprentice/easy-static/assets/68082746/4964884c-d32b-450d-bae4-864647695812\"\u003e\n\u003c/p\u003e\n\n![infra](design/infra.png)\n\n## Software requirements 📦\n\nFor local development\n\n- [Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html)\n- [Terraform](https://learn.hashicorp.com/tutorials/terraform/install-cli)\n- [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html)\n- [jq](https://stedolan.github.io/jq/download/)\n- [pip](https://pip.pypa.io/en/stable/installing/)\n\nFor application usage with ease\n\n- [Docker](https://docs.docker.com/engine/install/)\n\nAppImage\n\n- Soon...\n\n## Documentation 📕\n\nBuild example\n\n```bash\nmake build -f docker.mk image_name=\"easy-static\"\n```\n\nRun command example\n\n```bash\nmake run -f docker.mk image_name=\"easy-static\" command=\"start\" action=\"output\" environment=\"dev\"\n```\n\n## File structure 📁\n\n```\n🌳 easy-static/\n┣ 📁 ansible/\n┃ ┣ 📁 files/\n┃ ┃ ┗ 📄 .gitkeep\n┃ ┣ 📁 inventory/\n┃ ┃ ┗ 📄 .gitkeep\n┃ ┣ 📁 playbook/\n┃ ┃ ┗ 📄 .gitkeep\n┃ ┗ 📄 .gitkeep\n┣ 📁 app/\n┃ ┗ 📁 Boilerplate/\n┣ 📁 design/\n┃ ┣ 📄 .gitkeep\n┃ ┗ 📄 easy-static-new.png\n┣ 📁 docs/\n┃ ┗ 📄 .gitkeep\n┣ 📁 scripts/\n┃ ┣ 📄 .gitkeep\n┃ ┣ 📄 install-ansible.sh\n┃ ┣ 📄 install-docker.sh\n┃ ┣ 📄 install-terraform.sh\n┃ ┣ 📄 run.sh\n┃ ┗ 📄 s3-action.sh\n┣ 📁 terraform/\n┃ ┣ 📁 .terraform/\n┃ ┃ ┣ 📁 modules/\n┃ ┃ ┃ ┗ 📄 modules.json\n┃ ┃ ┗ 📁 providers/\n┃ ┃   ┗ 📁 registry.terraform.io/\n┃ ┃ ┃   ┗ 📁 hashicorp/\n┃ ┣ 📁 config/\n┃ ┃ ┣ 📄 dev.tfvars\n┃ ┃ ┗ 📄 prod.tfvars\n┃ ┣ 📁 modules/\n┃ ┃ ┗ 📁 s3/\n┃ ┃   ┣ 📄 output.tf\n┃ ┃   ┣ 📄 provider.tf\n┃ ┃   ┣ 📄 resources.tf\n┃ ┃   ┗ 📄 variables.tf\n┃ ┣ 📄 .gitkeep\n┃ ┣ 📄 .terraform.lock.hcl\n┃ ┣ 📄 main.tf\n┃ ┣ 📄 terraform.tfstate\n┃ ┣ 📄 terraform.tfstate.backup\n┃ ┗ 📄 versions.tf\n┣ 📄 .gitignore\n┣ 📄 .gitmodules\n┣ 📄 Makefile\n┗ 📄 README.md\n```\n\n## License 📰\n\nYou can check the license at [LICENSE](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjd-apprentice%2Feasy-static","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjd-apprentice%2Feasy-static","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjd-apprentice%2Feasy-static/lists"}