{"id":19353533,"url":"https://github.com/elldritch/broccoli-shell","last_synced_at":"2026-04-24T12:32:39.463Z","repository":{"id":44936514,"uuid":"62380075","full_name":"elldritch/broccoli-shell","owner":"elldritch","description":"Use the output of arbitrary shell scripts in a Broccoli tree.","archived":false,"fork":false,"pushed_at":"2022-01-17T14:59:47.000Z","size":2,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-02T17:43:14.905Z","etag":null,"topics":["broccoli","broccoli-plugin","shell"],"latest_commit_sha":null,"homepage":"","language":"CoffeeScript","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/elldritch.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}},"created_at":"2016-07-01T09:06:36.000Z","updated_at":"2023-09-08T17:12:10.000Z","dependencies_parsed_at":"2022-09-01T04:23:06.748Z","dependency_job_id":null,"html_url":"https://github.com/elldritch/broccoli-shell","commit_stats":null,"previous_names":["ilikebits/broccoli-shell"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/elldritch/broccoli-shell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elldritch%2Fbroccoli-shell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elldritch%2Fbroccoli-shell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elldritch%2Fbroccoli-shell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elldritch%2Fbroccoli-shell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elldritch","download_url":"https://codeload.github.com/elldritch/broccoli-shell/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elldritch%2Fbroccoli-shell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32223935,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T10:26:35.452Z","status":"ssl_error","status_checked_at":"2026-04-24T10:25:27.643Z","response_time":64,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["broccoli","broccoli-plugin","shell"],"created_at":"2024-11-10T04:43:12.167Z","updated_at":"2026-04-24T12:32:39.440Z","avatar_url":"https://github.com/elldritch.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Broccoli-shell\n\n`broccoli-shell` allows you to build the output of arbitrary shell scripts as a\nBroccoli node.\n\n# Usage\n```\nvar shell = require('broccoli-shell');\nvar compiledMake = shell([inputTree1, inputTree2], {\n  command: function(outputPath) {\n    return 'make \u0026\u0026 cp -r output ' + outputPath;\n  },\n  pwd: __dirname\n});\n```\n\n## `shell(inputs, options)`\n`inputs` optionally specifies an array of input Broccoli nodes.\n\n`options` is an object which at least includes `command` and might also include\n`pwd`.\n\n`options.command` is either a function or string. If a string, it is executed\nusing `shelljs`. If a function, it is passed the path to the output directory of\nthe node and is expected to return a string to be executed using `shelljs`.\n\n`options.pwd` is an optional string which specifies the working directory for\nexecuting `options.command`.\n\n# License\nCopyright 2016 Lehao Zhang. Released to the general public under the terms of\nthe ISC license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felldritch%2Fbroccoli-shell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felldritch%2Fbroccoli-shell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felldritch%2Fbroccoli-shell/lists"}