{"id":13566991,"url":"https://github.com/lydell/elm-watch","last_synced_at":"2025-10-05T19:04:49.341Z","repository":{"id":37895507,"uuid":"368145352","full_name":"lydell/elm-watch","owner":"lydell","description":"`elm make` in watch mode. Fast and reliable.","archived":false,"fork":false,"pushed_at":"2025-02-08T23:31:45.000Z","size":3067,"stargazers_count":164,"open_issues_count":17,"forks_count":8,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-05-08T21:57:38.433Z","etag":null,"topics":["elm","watcher"],"latest_commit_sha":null,"homepage":"https://lydell.github.io/elm-watch/","language":"TypeScript","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/lydell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-05-17T10:28:05.000Z","updated_at":"2025-04-06T17:54:48.000Z","dependencies_parsed_at":"2024-06-18T19:44:37.256Z","dependency_job_id":"2775d2c9-c796-4afa-8989-6d71b30ba790","html_url":"https://github.com/lydell/elm-watch","commit_stats":{"total_commits":1011,"total_committers":8,"mean_commits":126.375,"dds":"0.015825914935707175","last_synced_commit":"622b843860500b461304126482b66dd88ad0cd1d"},"previous_names":[],"tags_count":40,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lydell%2Felm-watch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lydell%2Felm-watch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lydell%2Felm-watch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lydell%2Felm-watch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lydell","download_url":"https://codeload.github.com/lydell/elm-watch/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254442854,"owners_count":22071878,"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":["elm","watcher"],"created_at":"2024-08-01T13:02:21.064Z","updated_at":"2025-10-05T19:04:44.274Z","avatar_url":"https://github.com/lydell.png","language":"TypeScript","funding_links":[],"categories":["Run Elm","TypeScript"],"sub_categories":["Outdated Boilerplates"],"readme":"# elm-watch\n\n\u003e `elm make` in watch mode. Fast and reliable.\n\nelm-watch recompiles whenever your Elm files change and reloads the compiled JS in the browser.\n\n- 👉 [Getting started](https://lydell.github.io/elm-watch/getting-started/)\n- 👉 [What elm-watch is](https://lydell.github.io/elm-watch/what-elm-watch-is/)\n\n## Installation\n\n```\nnpm install --save-dev elm-watch\n```\n\n\u003e ℹ️ You need to install Elm itself separately, in whatever way you prefer ([installer][elm-guide-install], [npm][elm-npm-package], [unofficial npm][unofficial-npm], [elm-tooling]).\n\n\u003e ℹ️ Node.js 16 or newer is required.\n\n```\nnpx elm-watch --help\n```\n\n---\n\n\u003e ℹ️ **The rest of the documentation has moved!**\n\u003e\n\u003e 👉 https://lydell.github.io/elm-watch/\n\u003e\n\u003e There are a bunch of links elsewhere that go straight to headings in this readme, so I’ve kept them around.\n\n---\n\n## Getting started\n\n👉 https://lydell.github.io/elm-watch/getting-started/\n\n## What elm-watch _is_\n\n👉 https://lydell.github.io/elm-watch/what-elm-watch-is/\n\n## What elm-watch is _not_\n\n👉 https://lydell.github.io/elm-watch/what-elm-watch-is-not/\n\n## Ideas for the future\n\n👉 https://lydell.github.io/elm-watch/what-elm-watch-is/#ideas-for-the-future\n\n## Browser UI\n\n👉 https://lydell.github.io/elm-watch/browser-ui/\n\n### Clickable error locations\n\n👉 https://lydell.github.io/elm-watch/browser-ui/#clickable-error-locations\n\n## elm-watch.json\n\n👉 https://lydell.github.io/elm-watch/elm-watch.json/\n\n### targets\n\n👉 https://lydell.github.io/elm-watch/elm-watch.json/#targets\n\n### postprocess\n\n👉 https://lydell.github.io/elm-watch/postprocess/\n\n#### Warning: “Bricked” setup\n\n👉 https://lydell.github.io/elm-watch/postprocess/#warning-bricked-setup\n\n#### External process\n\n👉 https://lydell.github.io/elm-watch/postprocess/#external-process\n\n#### elm-watch-node\n\n👉 https://lydell.github.io/elm-watch/postprocess/#elm-watch-node\n\n#### Postprocess notes\n\n👉 https://lydell.github.io/elm-watch/postprocess/#postprocess-notes\n\n## Hot reloading\n\n👉 https://lydell.github.io/elm-watch/hot-reloading/\n\n## HTTPS\n\n👉 https://lydell.github.io/elm-watch/https/\n\n## Comparison to other tools\n\n👉 https://lydell.github.io/elm-watch/comparison-to-other-tools/\n\n### elm-watch vs generic watcher tools\n\n👉 https://lydell.github.io/elm-watch/comparison-to-other-tools/#elm-watch-vs-generic-watcher-tools\n\n### elm-watch vs build tools with Elm support\n\n👉 https://lydell.github.io/elm-watch/comparison-to-other-tools/#elm-watch-vs-build-tools-with-elm-support\n\n[elm-guide-install]: https://guide.elm-lang.org/install/elm.html\n[elm-npm-package]: https://github.com/elm/compiler/tree/master/installers/npm\n[elm-tooling]: https://elm-tooling.github.io/elm-tooling-cli/\n[unofficial-npm]: https://github.com/lydell/compiler/tree/zero-deps-arm-lydell/installers/npm\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flydell%2Felm-watch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flydell%2Felm-watch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flydell%2Felm-watch/lists"}