elm-watch
`elm make` in watch mode. Fast and reliable. (by lydell)
run-pty
Run several commands concurrently. Show output for one command at a time. Kill all at once. (by lydell)
elm-watch | run-pty | |
---|---|---|
1 | 1 | |
156 | 103 | |
- | - | |
9.2 | 6.2 | |
about 1 month ago | 3 months ago | |
TypeScript | JavaScript | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
elm-watch
Posts with mentions or reviews of elm-watch.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-19.
-
run-pty (with elm-watch)
There was a post here about elm-watch, which is amazing. But setting that aside, if you have a frontend development workflow where you want to have more than 1 thing running at once, you should check out [run-pty](https://github.com/lydell/run-pty). It's made by the same guy who wrote elm-watch and if you look at the [example](https://github.com/lydell/elm-watch/blob/main/example/run-pty-dev.json) for elm-watch you'll see how elm-watch and run-pty can be used together to great effect. And if you look at the run-pty [demo](https://github.com/lydell/run-pty/tree/main/demo) you'll see how it can be used sans Elm as well.
run-pty
Posts with mentions or reviews of run-pty.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-19.
-
run-pty (with elm-watch)
There was a post here about elm-watch, which is amazing. But setting that aside, if you have a frontend development workflow where you want to have more than 1 thing running at once, you should check out [run-pty](https://github.com/lydell/run-pty). It's made by the same guy who wrote elm-watch and if you look at the [example](https://github.com/lydell/elm-watch/blob/main/example/run-pty-dev.json) for elm-watch you'll see how elm-watch and run-pty can be used together to great effect. And if you look at the run-pty [demo](https://github.com/lydell/run-pty/tree/main/demo) you'll see how it can be used sans Elm as well.
What are some alternatives?
When comparing elm-watch and run-pty you can also consider the following projects:
denon - 👀 Monitor any changes in your Deno application and automatically restart.
elm-spa - single page apps made easy
vue-condition-watcher - 🕶 Data fetching with Vue Composition API. Power of conditions to easily control and sync to the URL query string.
live-tsc - A lightweight esbuild-based implementation of tsc that trim off the types (without type checking)
quicktype - Generate types and converters from JSON, Schema, and GraphQL