File tree Expand file tree Collapse file tree 4 files changed +188
-167
lines changed
Expand file tree Collapse file tree 4 files changed +188
-167
lines changed Original file line number Diff line number Diff line change 22
33A command line helper for [ Shadcn UI CLI] [ 1 ] , ` git commit ` modified component codes only.
44
5- [ ![ CI & CD] ( https://github.com/idea2app/ShadcnX/actions/workflows/main.yml/badge.svg )] [ 2 ]
5+ [ ![ NPM Dependency] ( https://img.shields.io/librariesio/github/idea2app/ShadcnX.svg )] [ 2 ]
6+ [ ![ CI & CD] ( https://github.com/idea2app/ShadcnX/actions/workflows/main.yml/badge.svg )] [ 3 ]
7+
8+ [ ![ NPM] ( https://nodei.co/npm/shadcn-helper.png?downloads=true&downloadRank=true&stars=true )] [ 4 ]
69
710## Features
811
@@ -61,4 +64,6 @@ shadcn-helper edit component-name
61641 . https://github.com/idea2app/Next-shadcn-ts
6265
6366[ 1 ] : https://ui.shadcn.com/docs/cli
64- [ 2 ] : https://github.com/idea2app/ShadcnX/actions/workflows/main.yml
67+ [ 2 ] : https://libraries.io/npm/shadcn-helper
68+ [ 3 ] : https://github.com/idea2app/ShadcnX/actions/workflows/main.yml
69+ [ 4 ] : https://www.npmjs.com/package/shadcn-helper
Original file line number Diff line number Diff line change 11{
22 "name" : " shadcn-helper" ,
3- "version" : " 0.5.2 " ,
3+ "version" : " 0.5.3 " ,
44 "license" : " LGPL-3.0-or-later" ,
55 "author" : " shiy2008@gmail.com" ,
66 "description" : " A command line helper for Shadcn UI CLI, `git commit` modified component codes only." ,
2020 },
2121 "bin" : " ./dist/command.js" ,
2222 "dependencies" : {
23- "@tech_query/node-toolkit" : " 2.0.0-beta.0 " ,
23+ "@tech_query/node-toolkit" : " ^ 2.0.0-beta.3 " ,
2424 "array-unique-proposal" : " ^0.3.4" ,
25- "commander-jsx" : " ^0.7.1 " ,
26- "open" : " ^10.2 .0" ,
25+ "commander-jsx" : " ^0.7.2 " ,
26+ "open" : " ^11.0 .0" ,
2727 "zx" : " ^8.8.5"
2828 },
2929 "devDependencies" : {
3030 "@types/fs-extra" : " ^11.0.4" ,
31- "@types/node" : " ^22.18.13 " ,
32- "tsx" : " ^4.20.6 " ,
31+ "@types/node" : " ^22.19.3 " ,
32+ "tsx" : " ^4.21.0 " ,
3333 "typescript" : " ^5.9.3"
3434 },
3535 "pnpm" : {
You can’t perform that action at this time.
0 commit comments