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

**Is your feature request related to a problem? Please describe.** Ever-expanding dot clutter in the root of projects is a scourge. I appreciate that you've buried all of yours in...

enhancement

**Describe the bug** Child process is not killed when using ctrl-c. using moon 1.7.2, rust 1.70.0, pnpm 8.5.1, vite 4.3.2 **Steps to reproduce** 1. I have react app using [vite](https://vitejs.dev/)...

bug

**Is your feature request related to a problem? Please describe.** While trying to get around https://github.com/moonrepo/moon/issues/888 without creating a separate bash script, I attempted to use the `MOON_PROJECT_ROOT` environment variable...

enhancement

Is it possible to have remote cache similar to how Rush does it as mentioned [here](https://rushjs.io/pages/maintainer/build_cache/). * Directly depend on Azure blobs or AWS S3 then use native expiration it...

enhancement

**Is your feature request related to a problem? Please describe.** Regarding the docs, the search is good, but I often get bit by landing on a page like this https://moonrepo.dev/api/types/interface/TaskOptionsConfig#cache...

enhancement

In the project references blog post, it is mentioned that a post on integration with ESLint is coming. I thought of opening an issue to keep track of this.

enhancement

**Is your feature request related to a problem? Please describe.** Support for the Dart language and ecosystem, so that one could use moon for Flutter based apps

enhancement

**Is your feature request related to a problem? Please describe.** Not a huge issue, but in my use case, I have a task that I'd like to call before a...

enhancement

**Describe the bug** Serial-ordered task dependencies run descendant dependencies of later-ordered tasks first **Steps to reproduce** ```yml tasks: run: deps: - a - b options: runDepsInParallel: false a: command: echo...

bug

Adds [Gleam](https://gleam.run/) to the third party tools for Proto