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.** Nope **Describe the solution you'd like** Just some ideas for improving the generator and templates. - [x] Support frontmatter in...

enhancement

**Is your feature request related to a problem? Please describe.** When working with TypeScript monorepo projects to improve import paths we can use [path mapping](https://www.typescriptlang.org/docs/handbook/module-resolution.html#path-mapping) to improve the import paths...

enhancement

**Describe the bug** Attempting to install moon via the proto plugin on Alpine docker image installs the wrong version. Manually editing the proto-plugin.toml to specify -musl rather than -{libc} fixes...

bug

The config `enforceProjectTypeRelationships` doesn't allow applications to depend on other applications. But nowadays in the JS ecosystem, there are now frontend applications that depends on backend applications in order to...

enhancement

Add [Timoni](https://timoni.sh/) proto toml plugin

Taking a page from https://github.com/zed-industries/community/issues/140, wanted to open a long-running (hopefully) issue for expressing appreciation for fixes and features in moon releases. I'm gong to kick it off with this...

**Is your feature request related to a problem? Please describe.** I'm attempting to run some tasks on Ubuntu and Windows (via Github Actions) and things are not going well. Many...

enhancement

**Describe the bug** I wanted to start using file groups and could fairly quickly find the syntax for defining them, but then couldn't easily find many examples of how to...

bug
documentation

I'm working on photomaps and would like to be able to download files and extract it to a location. Github repo: https://github.com/protomaps/basemaps-assets/ Here is the file I would like to...

enhancement

Is it possible for moon to play nicely with existing node version manager such as nvm instead of having custom locations and installation of node. My primary reason for this...

enhancement