{"id":21518562,"url":"https://github.com/simplify-framework/pipeline","last_synced_at":"2025-07-02T03:36:32.707Z","repository":{"id":49643416,"uuid":"373494084","full_name":"simplify-framework/pipeline","owner":"simplify-framework","description":"Simplify the way to run pipelines in your local machine using the templates from GitLab CI","archived":false,"fork":false,"pushed_at":"2022-01-19T09:05:59.000Z","size":54,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-18T13:36:31.010Z","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/simplify-framework.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":"Security/SAST.gitlab-ci.yml","support":null}},"created_at":"2021-06-03T12:10:04.000Z","updated_at":"2021-06-11T14:22:31.000Z","dependencies_parsed_at":"2022-09-06T03:32:42.536Z","dependency_job_id":null,"html_url":"https://github.com/simplify-framework/pipeline","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":"simplify-framework/pets-project-template","purl":"pkg:github/simplify-framework/pipeline","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplify-framework%2Fpipeline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplify-framework%2Fpipeline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplify-framework%2Fpipeline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplify-framework%2Fpipeline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simplify-framework","download_url":"https://codeload.github.com/simplify-framework/pipeline/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplify-framework%2Fpipeline/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260743089,"owners_count":23055886,"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":[],"created_at":"2024-11-24T00:53:01.984Z","updated_at":"2025-07-02T03:36:32.671Z","avatar_url":"https://github.com/simplify-framework.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"### HOW TO: Simplify Pipeline\n\n![NPM Downloads](https://img.shields.io/npm/dw/simplify-pipeline)\n![Package Version](https://img.shields.io/github/package-json/v/simplify-framework/pipeline?color=green)\n\nnpm install -g simplify-pipeline\n\nExample .gitlab-ci.yml file:\n\n```yaml\nimage: node:lts-stretch\nstages:\n  - build\n  - test\n\npackage-build:\n  stage: build\n  before_script:\n  - mkdir -p /root/.aws/\n  - echo \"[default]\" \u003e /root/.aws/credentials\n  - echo \"[default]\" \u003e /root/.aws/config\n  script:\n  - echo \"TEST_FILE_CREAED-1\" \u003e\u003e test-file.json\n\npackage-test:\n  stage: test\n  dependencies:\n  - package-build\n  script:\n  - ls -la \u0026\u0026 cat test-file.json\n  - cat .gitlab-ci.yml\n```\nsimplify-pipeline -f .gitlab-ci.yml list\n\n- build\n- test\n\nRun the `build` stage:\n```bash\nsimplify-pipeline -f .gitlab-ci.yml create build\nbash pipeline.sh build\n```\n\nRun the `test` stage:\n```bash\nsimplify-pipeline -f .gitlab-ci.yml create test\nbash pipeline.sh build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplify-framework%2Fpipeline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimplify-framework%2Fpipeline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplify-framework%2Fpipeline/lists"}