{"id":16301060,"url":"https://github.com/melezhik/sparrowdo-vsts-angular-build","last_synced_at":"2026-05-06T19:06:48.464Z","repository":{"id":150532569,"uuid":"143926662","full_name":"melezhik/sparrowdo-vsts-angular-build","owner":"melezhik","description":"Sparrowdo module to generate VSTS yaml steps to build angular project","archived":false,"fork":false,"pushed_at":"2018-10-23T20:31:51.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-10T00:56:29.436Z","etag":null,"topics":["angular","angularjs","perl6","vsts","vsts-agent","yaml"],"latest_commit_sha":null,"homepage":null,"language":"Perl","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/melezhik.png","metadata":{"files":{"readme":"README.md","changelog":"Changes","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}},"created_at":"2018-08-07T21:03:57.000Z","updated_at":"2018-10-23T20:31:49.000Z","dependencies_parsed_at":"2023-04-05T02:48:16.236Z","dependency_job_id":null,"html_url":"https://github.com/melezhik/sparrowdo-vsts-angular-build","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melezhik%2Fsparrowdo-vsts-angular-build","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melezhik%2Fsparrowdo-vsts-angular-build/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melezhik%2Fsparrowdo-vsts-angular-build/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melezhik%2Fsparrowdo-vsts-angular-build/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/melezhik","download_url":"https://codeload.github.com/melezhik/sparrowdo-vsts-angular-build/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248137993,"owners_count":21053775,"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":["angular","angularjs","perl6","vsts","vsts-agent","yaml"],"created_at":"2024-10-10T20:53:39.172Z","updated_at":"2026-05-06T19:06:43.444Z","avatar_url":"https://github.com/melezhik.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sparrowdo::VSTS::YAML:Solution\n\nSparrowdo module to generate VSTS yaml steps to build angular project.\n\n    $ cat sparrowfile\n\n    module_run \"VSTS::YAML::Angular::Build\", %(\n      build-dir =\u003e \"cicd/build\"\n    );\n\n\n    $ sparrowdo --local_mode --no_sudo\n\n\n# Build configuration\n\nThe module uses \"per branch\" build configuration. User should `define commands` to `describe build logic`\n\nThe Command files should be located at `src/env/$source_code_branch/` where:\n\n- `$source_code_branch` is SCM branch name\n\nThe commands are executed in order defined by their files names ( alphabetic order )\n\nExample:\n\n    # $source_code_branch = production\n\n    ls -1 src/env/production/\n\n    00-command.cmd # executed  first\n    01-command.cmd # executed  second\n    02-command.cmd # executed third, so on\n\nYou can use Powershell or Perl scripts as well:\n\n    00-command.cmd # windows batch script\n    01-command.pl  # Perl script\n    02-command.ps1 # Powershell script\n\nYou may define `default` branch to execute command for any branch not matching listed branches:\n\n    src/env/default/\n\n\nThe example of command:\n\n    # cat src/env/dev/00-build.cmd\n\n    npm run -- ng build --configuration=dev\n\n# Dependencies \n\nPerl\n\n# Author\n\nAlexey Melezhik\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelezhik%2Fsparrowdo-vsts-angular-build","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmelezhik%2Fsparrowdo-vsts-angular-build","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelezhik%2Fsparrowdo-vsts-angular-build/lists"}