@mayrlabs/setup-project 0.1.8 โ 0.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/README.md +10 -10
- package/dist/index.js +433 -145
- package/dist/index.mjs +499 -142
- package/package.json +27 -22
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -29,16 +29,16 @@ Follow the prompts to select your tools. That's it!
|
|
|
29
29
|
|
|
30
30
|
We support configuration for the following tools:
|
|
31
31
|
|
|
32
|
-
| Feature
|
|
33
|
-
|
|
|
34
|
-
| ๐ถ **Husky**
|
|
35
|
-
| ๐
**Formatter**
|
|
36
|
-
| ๐งน **Linter**
|
|
37
|
-
| ๐ซ **Lint-staged**
|
|
38
|
-
| ๐ณ **Env Validation** | Type-safe environment variables with **@t3-oss/env**.
|
|
39
|
-
| ๐งช **Testing**
|
|
40
|
-
| โ๏ธ **EditorConfig**
|
|
41
|
-
| ๐ **License**
|
|
32
|
+
| Feature | Description |
|
|
33
|
+
| :-------------------- | :----------------------------------------------------------------- |
|
|
34
|
+
| ๐ถ **Husky** | Robust git hooks to ensure quality before commits. |
|
|
35
|
+
| ๐
**Formatter** | **Prettier** or **Biome** (coming soon) for consistent code style. |
|
|
36
|
+
| ๐งน **Linter** | **ESLint** configured with modern best practices. |
|
|
37
|
+
| ๐ซ **Lint-staged** | Run linters/formatters only on changed files. Fast. |
|
|
38
|
+
| ๐ณ **Env Validation** | Type-safe environment variables with **@t3-oss/env**. |
|
|
39
|
+
| ๐งช **Testing** | Ready-to-go **Vitest** configuration. |
|
|
40
|
+
| โ๏ธ **EditorConfig** | Consistent coding styles between different editors. |
|
|
41
|
+
| ๐ **License** | Generate standard MIT, Apache, or ISC licenses instantly. |
|
|
42
42
|
|
|
43
43
|
## Advanced Usage
|
|
44
44
|
|