{"id":24764482,"url":"https://github.com/seamapi/github-workflow-manager","last_synced_at":"2026-01-25T21:38:21.567Z","repository":{"id":113969989,"uuid":"388264486","full_name":"seamapi/github-workflow-manager","owner":"seamapi","description":"Automatically install github workflows for different types of projects (auto publish npm, pip, etc.)","archived":false,"fork":false,"pushed_at":"2024-11-19T01:51:55.000Z","size":390,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-26T21:08:52.048Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seamapi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-07-21T22:48:37.000Z","updated_at":"2022-07-20T01:00:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"913a77de-25f1-4ce3-ab26-d1cc745ad2df","html_url":"https://github.com/seamapi/github-workflow-manager","commit_stats":null,"previous_names":["seveibar/github-workflow-manager"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/seamapi/github-workflow-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seamapi%2Fgithub-workflow-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seamapi%2Fgithub-workflow-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seamapi%2Fgithub-workflow-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seamapi%2Fgithub-workflow-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seamapi","download_url":"https://codeload.github.com/seamapi/github-workflow-manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seamapi%2Fgithub-workflow-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28759419,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T20:56:06.009Z","status":"ssl_error","status_checked_at":"2026-01-25T20:54:48.203Z","response_time":113,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2025-01-28T22:31:39.830Z","updated_at":"2026-01-25T21:38:21.562Z","avatar_url":"https://github.com/seamapi.png","language":"JavaScript","readme":"# Github Workflow Manager\n\nEasily install Github workflows for common patterns such as\npublishing an npm module on pushes to master or pushing\na Dockerfile.\n\n![demo_usage_gif](https://github.com/seveibar/github-workflow-manager/blob/main/demo.gif)\n\n\u003e This is not an official Github project.\n\n## Installation\n\n`npm install -g github-workflow-manager`\n\nOr to execute without installation:\n\n`npx github-workflow-manager install \u003csome workflow\u003e`\n\n## Usage\n\n\u003c!-- GENERATED_HELP_OUTPUT_SECTION_START --\u003e\n```bash\ngwm [command]\n\nCommands:\n  gwm ls       List installed workflows\n  gwm edit     Edit an existing workflow\n  gwm install  Install a github workflow\n\nOptions:\n  --help     Show help                                                 [boolean]\n  --version  Show version number                                       [boolean]\n```\n\u003c!-- GENERATED_HELP_OUTPUT_SECTION_END --\u003e\n\n\n\u003c!-- GENERATED_WORKFLOWS_SECTION_START --\u003e\n## Workflows\n\n### gwm install build-dockerfile\n\nBuild and push a Dockerfile\n\nAutomatically build a Dockerfile at the root of your repository and\npush it to docker hub.\n\n### gwm install npm-semantic-release\n\nBuild and publish new npm versions, using commits to increment version numbers.\n\nEvery time you make a commit, add one of the following tags before it:\n\ntype             | version | commit message\n-----------------|---------|-----------------------------------\npatch release    |  _._.x  | \"fix: \u003csome message\u003e\"\nfeature release  |  _.x.0  | \"feat: \u003csome message\u003e\"\nbreaking release |  x.0.0  | \"BREAKING CHANGE: \u003csome message\u003e\"\n\nWhen merged to master, these commits will be analyzed and new versions of\nyour package will be published.\n\n### gwm install npm-test\n\nRun the test script in package.json\n\nA github check with \"npm run test\" will be run on any pull request.\n\n### gwm install prettier\n\nCheck that all files are formatted with prettier\n\nAny time a pull request is opened, github will make sure all files are formatted with prettier.\n\nTo ignore files, use a \".prettierignore\" file in the root of the repository.\n\u003c!-- GENERATED_WORKFLOWS_SECTION_END --\u003e\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseamapi%2Fgithub-workflow-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseamapi%2Fgithub-workflow-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseamapi%2Fgithub-workflow-manager/lists"}