moon icon indicating copy to clipboard operation
moon copied to clipboard

A build system and monorepo management tool for the web ecosystem, written in Rust.

Results 160 moon issues
Sort by recently updated
recently updated
newest added

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"...

enhancement

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 ![x](https://user-images.githubusercontent.com/90222871/184360140-286b26ec-78e3-46dc-bc58-e4652f560c5c.svg) and without ![x](https://user-images.githubusercontent.com/90222871/184360518-b5c46103-1099-4119-8697-21789ff423c5.svg) Best, Nikola.

bug

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...

bug

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...

bug

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...

help wanted
question

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...

enhancement

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...

enhancement

**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...

enhancement