{"id":15999623,"url":"https://github.com/kcmr/broccoli-live-server","last_synced_at":"2026-01-20T18:56:18.261Z","repository":{"id":35016247,"uuid":"196885717","full_name":"kcmr/broccoli-live-server","owner":"kcmr","description":"Live Server plugin for Broccoli projects","archived":false,"fork":false,"pushed_at":"2023-01-05T03:32:47.000Z","size":2136,"stargazers_count":2,"open_issues_count":13,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-14T02:39:41.337Z","etag":null,"topics":["broccoli","broccoli-plugin","live-server"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kcmr.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-14T21:36:24.000Z","updated_at":"2023-09-08T17:55:49.000Z","dependencies_parsed_at":"2023-01-15T12:05:01.342Z","dependency_job_id":null,"html_url":"https://github.com/kcmr/broccoli-live-server","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kcmr%2Fbroccoli-live-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kcmr%2Fbroccoli-live-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kcmr%2Fbroccoli-live-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kcmr%2Fbroccoli-live-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kcmr","download_url":"https://codeload.github.com/kcmr/broccoli-live-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247675599,"owners_count":20977378,"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":["broccoli","broccoli-plugin","live-server"],"created_at":"2024-10-08T09:00:35.354Z","updated_at":"2026-01-20T18:56:18.241Z","avatar_url":"https://github.com/kcmr.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# broccoli-live-server\n\n[![Build Status](https://travis-ci.com/kcmr/broccoli-live-server.svg?branch=master)](https://travis-ci.com/kcmr/broccoli-live-server)\n[![npm version](https://badge.fury.io/js/broccoli-live-server.svg)](https://badge.fury.io/js/broccoli-live-server)\n[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)\n[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)\n[![codecov](https://codecov.io/gh/kcmr/broccoli-live-server/branch/master/graph/badge.svg)](https://codecov.io/gh/kcmr/broccoli-live-server)\n[![Greenkeeper badge](https://badges.greenkeeper.io/kcmr/broccoli-live-server.svg)](https://greenkeeper.io/)\n![Dependency status](https://img.shields.io/david/kcmr/broccoli-live-server.svg)\n\nStarts a [Live Server](https://github.com/tapio/live-server) from a Broccoli tree.\n\n## Install\n\n```sh\nnpm i -D broccoli-live-server\n```\n\n## Usage\n\n```js\nconst LiveServer = require('broccoli-live-server');\n\nconst tree = funnel('src');\nconst server = new LiveServer(tree);\n\nreturn mergeTrees([tree, server]);\n```\n\n## API\n\n### LiveServer(tree, [options])\n\n#### options\n\nType: `Object`   \nDefault: \n```js\n{\n  open: false,\n  ignore: /.*\\.map/\n}\n```\n\nSee [Live Server options](https://github.com/tapio/live-server#usage-from-node).   \n\nNote: the `root` option is set by the plugin to the input path.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkcmr%2Fbroccoli-live-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkcmr%2Fbroccoli-live-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkcmr%2Fbroccoli-live-server/lists"}