@hiddenability/opinionated-defaults-win-x64 0.1.26 → 0.1.27

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.
Files changed (3) hide show
  1. package/README.md +39 -2
  2. package/bin/bin.exe +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,41 @@
1
+ <div align="center">
2
+
1
3
  # ![Banner](/assets/banner.svg)
2
4
 
3
- A collection of opinionated tooling configurations.
5
+ ![Demo](/assets/demo.gif)
6
+
7
+ A collection of opinionated web-dev tooling configurations.
8
+
9
+
10
+ ![GitHub Tag](https://img.shields.io/github/v/tag/hiddenabilitree/opinionated-defaults?style=for-the-badge)
11
+ ![NPM Downloads](https://img.shields.io/npm/d18m/%40hiddenability%2Fopinionated-defaults?style=for-the-badge)
12
+ ![GitHub License](https://img.shields.io/github/license/hiddenabilitree/opinionated-defaults?style=for-the-badge)
13
+ ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/HiddenAbilitree/opinionated-defaults/release.yml?style=for-the-badge)
14
+
15
+ ![Bun](https://img.shields.io/badge/Bun-000?logo=bun&logoColor=fff&style=for-the-badge)
16
+ ![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?logo=typescript&logoColor=fff&style=for-the-badge)
17
+ ![Rust](https://img.shields.io/badge/Rust-%23000000.svg?e&logo=rust&logoColor=white&style=for-the-badge)
18
+
19
+ </div>
20
+
21
+ ## Quickstart
22
+
23
+ > [!NOTE]
24
+ > The package manager that the CLI will use to install this package is dependent on what lockfile you have in the root of your project (i.e., having bun.lock will use bun, while having package-lock.json will use npm).
25
+ >
26
+ > **Currently, the only supported package managers are bun and npm**.
27
+
28
+ This package contains a CLI that can be used to generate both eslint.config.ts and prettier.config.mjs files.
29
+
30
+ You can use it by running one of the following commands.
31
+
32
+ ```
33
+ bunx @hiddenability/opinionated-defaults
34
+ ```
35
+
36
+ ```
37
+ npx @hiddenability/opinionated-defaults
38
+ ```
4
39
 
5
40
  ## Supported Framework Configurations:
6
41
 
@@ -60,7 +95,9 @@ A collection of opinionated tooling configurations.
60
95
  - [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss)
61
96
  - [prettier-plugin-sort-imports](https://github.com/trivago/prettier-plugin-sort-imports)
62
97
 
63
- ## Installation:
98
+ ## Manual Installation:
99
+
100
+ Alternatively, you can install it manually by running one of the following commands.
64
101
 
65
102
  ```
66
103
  bun add @hiddenability/opinionated-defaults -d
package/bin/bin.exe CHANGED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hiddenability/opinionated-defaults-win-x64",
3
3
  "description": "Opinionated default configurations for webdev tools.",
4
- "version": "0.1.26",
4
+ "version": "0.1.27",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/HiddenAbilitree/opinionated-defaults.git"