bejamas 0.0.0-canary.bbaf9b1 → 0.0.0-canary.c7c19a8
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/README.md +2 -0
- package/dist/generate-mdx-CCBDVDR4.js +1158 -0
- package/dist/generate-mdx-CCBDVDR4.js.map +1 -0
- package/dist/index.js +1626 -344
- package/dist/index.js.map +1 -1
- package/dist/utils-Bli37SP1.js +9277 -0
- package/dist/utils-Bli37SP1.js.map +1 -0
- package/package.json +16 -3
- package/src/tailwind.css +104 -0
- package/dist/generate-mdx-DppKTXsv.js +0 -533
- package/dist/generate-mdx-DppKTXsv.js.map +0 -1
- package/dist/utils-gYZJgF4G.js +0 -528
- package/dist/utils-gYZJgF4G.js.map +0 -1
package/README.md
CHANGED
|
@@ -8,6 +8,8 @@ Use the `init` command to initialize dependencies for a new project.
|
|
|
8
8
|
|
|
9
9
|
The `init` command installs dependencies, adds the `cn` util, and configures CSS variables for the project.
|
|
10
10
|
|
|
11
|
+
Bejamas currently runs exact `shadcn` v4.1.1 for managed CLI commands. The Bejamas-specific `init` flow still preserves preset switching, style support, and the legacy `--base-color` option.
|
|
12
|
+
|
|
11
13
|
```bash
|
|
12
14
|
npx bejamas init
|
|
13
15
|
```
|