Skip to content

Commit 5f7b40a

Browse files
docs: update README with v1.1.0 custom output directory feature
- Added custom output directories feature to Features section - Updated CLI options table with enhanced output option description - Added comprehensive Custom Output Directories section with examples - Updated command examples to showcase directory creation capabilities - Enhanced package.json scripts with public directory example - Updated Quick Start examples to highlight new functionality
1 parent 857424a commit 5f7b40a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ npx shadiff@latest generate -o docs/api/registry.json
224224
```
225225

226226
**Features:**
227+
227228
-**Automatic Directory Creation** - Missing directories are created automatically
228229
-**Nested Paths** - Supports deeply nested directory structures
229230
-**Cross-Platform** - Works on Windows, macOS, and Linux

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
{ "name": "shadiff",
1+
{
2+
"name": "shadiff",
23
"version": "1.1.0",
34
"description": "Generate shadcn/ui registry JSON for your project",
45
"type": "module",

0 commit comments

Comments
 (0)