|
1 | | -# moon Development |
| 1 | +# moon development |
2 | 2 |
|
3 | | -[](https://github.com/moonrepo/dev/actions?query=branch%3Amaster) |
4 | | -[](https://www.npmjs.com/package/@moon/config-babel) |
5 | | -[](https://www.npmjs.com/package/@moon/config-babel) |
| 3 | +[](https://github.com/moonrepo/dev/actions?query=branch%3Amaster) |
| 4 | +[](https://www.npmjs.com/package/@moonrepo/dev) |
| 5 | +[](https://www.npmjs.com/package/@moon/dev) |
6 | 6 |
|
7 | 7 | This repository is a collection of moon owned and maintained configurations and presets for common |
8 | | -developer tools -- primarily tools used by the moon project and its authors. |
| 8 | +developer tools -- primarily tools used by moonrepo and its authors. |
9 | 9 |
|
10 | | -It aims to provide a modern, developer accessible, convention over configuration approach to |
11 | | -TypeScript (and React) only projects! |
| 10 | +It aims to provide a strict, modern, developer accessible, convention over configuration approach to |
| 11 | +JavaScript, TypeScript, and React projects! |
12 | 12 |
|
13 | 13 | ## Packages |
14 | 14 |
|
15 | | -The following packages are not tied to [moon](https://moon.dev) directly, and can be used |
16 | | -stand-alone within their respective tools. |
| 15 | +The following packages are not tied to [moon](https://github.com/moonrepo/moon) directly, and can be |
| 16 | +used stand-alone within their respective tools. |
17 | 17 |
|
18 | 18 | - [babel-preset-moon](./packages/babel-preset) - Babel preset that utilizes `env`, `typescript`, and |
19 | 19 | `react` presets. |
20 | 20 | - [eslint-config-moon](./packages/eslint-config) - ESLint config that extends `airbnb`, `unicorn`, |
21 | 21 | `react`, and a handful of other plugins. |
22 | 22 | - [jest-preset-moon](./packages/jest-preset) - Jest preset that utilizes the circus runner, and |
23 | 23 | provides code coverage. |
24 | | -- [prettier-config-moon](./packages/prettier-config) - Prettier config that aligns with community |
25 | | - standards. |
26 | | -- [tsconfig-moon](./packages/tsconfig) - TypeScript configs for normal, react, and workspace based |
| 24 | +- [prettier-config-moon](./packages/prettier-config) - Prettier config that aligns with |
| 25 | + accessibility and community standards. |
| 26 | +- [tsconfig-moon](./packages/tsconfig) - TypeScript configs for normal, react, and reference based |
27 | 27 | projects. |
28 | 28 |
|
29 | | -And last but not least, the `dev` package that pieces everything together to provide an official |
30 | | -moon [configuration module](https://moon.dev/docs/provider). |
31 | | - |
32 | | -- [@moon/dev](./packages/dev) - Pre-packaged configuration module for general use (if you don't want |
33 | | - to manage your own). |
| 29 | +And last but not least, the [@moonrepo/dev](./packages/dev) package that provides helpers, constans, |
| 30 | +and more. This should rarely be used directly! |
34 | 31 |
|
35 | 32 | ## Contributing |
36 | 33 |
|
|
0 commit comments