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.** No **Describe the solution you'd like** Right now to run a build/lint/etc you have to type `moon run :build`. While...

enhancement

**Is your feature request related to a problem? Please describe.** No, new feature. **Describe the solution you'd like** Currently the `dep-graph` and `project-graph` commands output DOT that can be piped...

enhancement

**Is your feature request related to a problem? Please describe.** Nope **Describe the solution you'd like** YAML supports reusing values within a document through features known as anchors and aliases....

enhancement
blocked

**Is your feature request related to a problem? Please describe.** Nope **Describe the solution you'd like** A great quote by Jamie Kyle, "If your developer tool is not running in...

enhancement
typescript

**Is your feature request related to a problem? Please describe.** Nope **Describe the solution you'd like** We should apple `#[inline]` to our functions (when applicable) for performance improvements. https://nnethercote.github.io/perf-book/inlining.html **Describe...

enhancement
good first issue
rust

**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** Right now our release scripts are a mix of bash and js: https://github.com/moonrepo/moon/tree/master/scripts/release Let's...

enhancement

This is an initial step in supporting more advanced functionality, like remote cache and webhooks, as they'll both hook into the emitter via a subscriber.

Development branch for https://github.com/moonrepo/moon/issues/313

- [x] Add `moon docker scaffold` command to create the repo skeleton for `COPY`. - [x] Add `moon docker prune` command to prune the repo when in a docker container/image....

enhancement

These are running out of disk space, most likely caused by code coverage. Digging into.