moon
moon copied to clipboard
A build system and monorepo management tool for the web ecosystem, written in Rust.
Fixes https://github.com/moonrepo/moon/issues/257
- [x] Add an `envFile` option to tasks. - [x] Add an "is long running" option to tasks. - [x] Add more output styles. - [ ] Create a "manifest"...
When running moonrepo from the root directory all the projects that have folder's names capitalized are not detected. Dependency graph with projects names capitalized  and without  Best, Nikola.
When using moonrepo with workspaces the folders inside the main project folder also get detected as projects. Such folders include .git, etc. ```yaml projects: - "app/**" ``` This is the...
v0.11
Development branch for https://github.com/moonrepo/moon/issues/248
When running ``moon run :build`` I get: Process failure for ..\..\..\node_modules\@moonrepo\cli\moon.exe: The system cannot find the path specified. (os error 3) Everything is installed and setup through ``moon sync`` and...
When I first start building moon, I separated the `command` and `args` settings for the following reasons: - The `command` is used heavily for lookups and child process execution. Having...
Hey, I was evaluating a couple of monorepo tools (including moon). Even though not everything worked yet for me (#195) (or I wasn't able to try out everything), I was...
i would like to be able to use execute any shell command in a selectable shell. most users have several cli utilities install that are only available in a certain...
**Is your feature request related to a problem? Please describe.** It's not convenient to run a code block in tasks currently, which is quite common if we want moon to...