{"id":25016393,"url":"https://github.com/miltlima/goact","last_synced_at":"2025-04-13T00:36:02.816Z","repository":{"id":183051845,"uuid":"669345527","full_name":"miltlima/goact","owner":"miltlima","description":"Goact - is a CLI to create default github actions ","archived":false,"fork":false,"pushed_at":"2023-09-18T18:43:07.000Z","size":25,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T00:35:51.046Z","etag":null,"topics":["github-actions","golang","java","javascript","nodejs","ruby"],"latest_commit_sha":null,"homepage":"","language":"Go","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/miltlima.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-07-22T01:59:37.000Z","updated_at":"2023-08-04T11:20:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"b3d98cc3-3410-49a6-93d6-cb2d659ff441","html_url":"https://github.com/miltlima/goact","commit_stats":null,"previous_names":["miltlima/goact","miltlima/goactions-cli"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miltlima%2Fgoact","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miltlima%2Fgoact/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miltlima%2Fgoact/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miltlima%2Fgoact/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miltlima","download_url":"https://codeload.github.com/miltlima/goact/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248650424,"owners_count":21139671,"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":["github-actions","golang","java","javascript","nodejs","ruby"],"created_at":"2025-02-05T09:29:18.641Z","updated_at":"2025-04-13T00:36:02.798Z","avatar_url":"https://github.com/miltlima.png","language":"Go","funding_links":["https://www.buymeacoffee.com/miltlima"],"categories":[],"sub_categories":[],"readme":"[![\"Buy Me A Coffee\"](https://img.shields.io/badge/Buy_Me_A_Coffee-FFDD00?style=for-the-badge\u0026logo=buy-me-a-coffee\u0026logoColor=black)](https://www.buymeacoffee.com/miltlima)\n\n# goact cli\n\n# Documentation\n\nGoact is a command-line tool (CLI) that enables you to create pipeline stacks to automate workflows on GitHub Actions.\n\n## Installation\n\n Follow the steps below to install:\n\n1. Download the Goact source code or clone the GitHub repository.\n\n2. Navigate to the Goact project directory.\n\n3. Compile the Goact code to create the executable:\n\n```bash\ngo build\n```\n\nMove the executable to a folder that is in your system's PATH:\n\n```bash\nsudo mv goact /usr/local/bin\n```\n\n## Usage\n\nGoact is designed to make it easy to create pipeline stacks in GitHub Actions. With the create command, you can configure GitHub Actions and generate essential files for your actions.\n\n## Command create\n\nThe create command is used to create the GitHub Actions configuration for a specific pipeline stack.\n\n```bash\ngoact create --stack \u003cSTACK_NAME\u003e\n```\n\nReplace \u003cSTACK_NAME\u003e with the name of the stack you want to create, for example, node.js, python, java, golang or ruby.\n\n```bash\ngoact create --stack node.js\n```\n\n## Optional\n\nOptionally, you can create dockerfile with stack desired for you projects per example you choose ruby as a stack add the flag -d will create a dockerfile for ruby\n\n```bash\ngoact create --stack ruby -d \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiltlima%2Fgoact","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiltlima%2Fgoact","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiltlima%2Fgoact/lists"}