{"id":30180969,"url":"https://github.com/streamich/ci-scripts","last_synced_at":"2025-08-12T08:06:41.524Z","repository":{"id":32042963,"uuid":"131220100","full_name":"streamich/ci-scripts","owner":"streamich","description":"Travis and CircleCI scripts","archived":false,"fork":false,"pushed_at":"2025-07-25T21:10:24.000Z","size":390,"stargazers_count":1,"open_issues_count":25,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-04T10:11:05.040Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/streamich.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2018-04-26T23:13:33.000Z","updated_at":"2021-10-01T06:37:32.000Z","dependencies_parsed_at":"2023-09-25T03:50:13.140Z","dependency_job_id":"efe17901-56e8-44c7-9671-90792721f1c9","html_url":"https://github.com/streamich/ci-scripts","commit_stats":{"total_commits":726,"total_committers":4,"mean_commits":181.5,"dds":0.221763085399449,"last_synced_commit":"95f744433ad6a6af766bb14da709740a69ed836c"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/streamich/ci-scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamich%2Fci-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamich%2Fci-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamich%2Fci-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamich%2Fci-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/streamich","download_url":"https://codeload.github.com/streamich/ci-scripts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamich%2Fci-scripts/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269687937,"owners_count":24459393,"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","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"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":"2025-08-12T08:06:20.081Z","updated_at":"2025-08-12T08:06:41.511Z","avatar_url":"https://github.com/streamich.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ci-scripts\n\nUseful scripts to execute from your CI runner. For example,\npost to Slack and GitHub when your build completes:\n\n\n##### Install\n\n```\nnpm install ci-scripts\n```\n\n##### CLI usage\n\n\n```\nci slack\n```\n\n##### Node usage\n\n```js\nconst {exec} = require('ci-scripts');\n\nexec(['echo'], {message: 'It works'});\n```\n\n## Docs\n\n\n##### Commands\n\n- [`cmd`](./docs/cmd.md)\n- [`echo`](./docs/echo.md)\n- [`github-post`](./docs/github-post.md)\n- [`github-upload`](./docs/github-upload.md)\n- [`help`](./docs/help.md)\n- [`readme`](./docs/readme.md)\n- [`s3-upload`](./docs/s3-upload.md)\n- [`slack`](./docs/slack.md)\n- [`version`](./docs/version.md)\n\n\n\n\n##### CLI Params\n\n```\nci-scripts v0.10.0\n\n  Usage: ci \u003ccommand\u003e [sub-command] [subsub-command] [options]\n\n  Use e.g. \"ci slack --webhook=http://...\" will post message to Slack\".\n  See https://github.com/streamich/ci-scripts for more commands.\n\n  --config              Path to configuration file [default: \"ci.config.js\"]\n  --plan, --dry-run     Do not touch or write anything, but show the commands\n  --debug               Print debug information\n  -h, --help            Print this help\n  -v, --version         Print version number\n  -V, --verbose         Verbose output\n```\n\n##### `ci.config.js` File\n\nOptionally, you can add a `ci.config.js` file to your project, see [config file reference](./docs/ci.config.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstreamich%2Fci-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstreamich%2Fci-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstreamich%2Fci-scripts/lists"}