@springmicro/cli 0.3.5 → 0.4.0

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 CHANGED
@@ -21,7 +21,7 @@ $ npm install -g @springmicro/cli
21
21
  $ springmicro COMMAND
22
22
  running command...
23
23
  $ springmicro (--version)
24
- @springmicro/cli/0.3.5 linux-x64 node-v22.11.0
24
+ @springmicro/cli/0.4.0 linux-x64 node-v22.11.0
25
25
  $ springmicro --help [COMMAND]
26
26
  USAGE
27
27
  $ springmicro COMMAND
@@ -63,7 +63,7 @@ EXAMPLES
63
63
  $ springmicro add auth
64
64
  ```
65
65
 
66
- _See code: [src/commands/add/auth.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.3.5/src/commands/add/auth.ts)_
66
+ _See code: [src/commands/add/auth.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.4.0/src/commands/add/auth.ts)_
67
67
 
68
68
  ## `springmicro add form`
69
69
 
@@ -83,7 +83,7 @@ EXAMPLES
83
83
  $ springmicro add form
84
84
  ```
85
85
 
86
- _See code: [src/commands/add/form.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.3.5/src/commands/add/form.ts)_
86
+ _See code: [src/commands/add/form.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.4.0/src/commands/add/form.ts)_
87
87
 
88
88
  ## `springmicro help [COMMAND]`
89
89
 
@@ -126,7 +126,7 @@ EXAMPLES
126
126
  $ springmicro init astro -n example
127
127
  ```
128
128
 
129
- _See code: [src/commands/init/index.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.3.5/src/commands/init/index.ts)_
129
+ _See code: [src/commands/init/index.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.4.0/src/commands/init/index.ts)_
130
130
 
131
131
  ## `springmicro init astro`
132
132
 
@@ -146,7 +146,7 @@ EXAMPLES
146
146
  $ springmicro init astro -n <project-name>
147
147
  ```
148
148
 
149
- _See code: [src/commands/init/astro.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.3.5/src/commands/init/astro.ts)_
149
+ _See code: [src/commands/init/astro.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.4.0/src/commands/init/astro.ts)_
150
150
 
151
151
  ## `springmicro plugins`
152
152
 
@@ -1,10 +1,10 @@
1
1
  @echo off
2
2
 
3
3
  REM Use PowerShell to simulate 'yes no' command and pipe to pnpm
4
- powershell -Command "while ($true) { Write-Output 'n' }" | pnpm dlx shadcn-ui@latest add form
5
- powershell -Command "while ($true) { Write-Output 'n' }" | pnpm dlx shadcn-ui@latest add button
6
- powershell -Command "while ($true) { Write-Output 'n' }" | pnpm dlx shadcn-ui@latest add textarea
7
- powershell -Command "while ($true) { Write-Output 'n' }" | pnpm dlx shadcn-ui@latest add label
8
- powershell -Command "while ($true) { Write-Output 'n' }" | pnpm dlx shadcn-ui@latest add input
9
- powershell -Command "while ($true) { Write-Output 'n' }" | pnpm dlx shadcn-ui@latest add sonner
10
- pnpm add @springmicro/forms
4
+ powershell -Command "while ($true) { Write-Output 'n' }" | pnpm dlx shadcn@latest add form
5
+ powershell -Command "while ($true) { Write-Output 'n' }" | pnpm dlx shadcn@latest add button
6
+ powershell -Command "while ($true) { Write-Output 'n' }" | pnpm dlx shadcn@latest add textarea
7
+ powershell -Command "while ($true) { Write-Output 'n' }" | pnpm dlx shadcn@latest add label
8
+ powershell -Command "while ($true) { Write-Output 'n' }" | pnpm dlx shadcn@latest add input
9
+ powershell -Command "while ($true) { Write-Output 'n' }" | pnpm dlx shadcn@latest add sonner
10
+ pnpm add @springmicro/forms
@@ -1,8 +1,8 @@
1
1
  # no to overwriting shadcn components that have already been installed
2
- yes no | pnpm dlx shadcn-ui@latest add form
3
- yes no | pnpm dlx shadcn-ui@latest add button
4
- yes no | pnpm dlx shadcn-ui@latest add textarea
5
- yes no | pnpm dlx shadcn-ui@latest add label
6
- yes no | pnpm dlx shadcn-ui@latest add input
7
- yes no | pnpm dlx shadcn-ui@latest add sonner
8
- pnpm add @springmicro/forms
2
+ yes no | pnpm dlx shadcn@latest add form
3
+ yes no | pnpm dlx shadcn@latest add button
4
+ yes no | pnpm dlx shadcn@latest add textarea
5
+ yes no | pnpm dlx shadcn@latest add label
6
+ yes no | pnpm dlx shadcn@latest add input
7
+ yes no | pnpm dlx shadcn@latest add sonner
8
+ pnpm add @springmicro/forms
@@ -134,5 +134,5 @@
134
134
  ]
135
135
  }
136
136
  },
137
- "version": "0.3.5"
137
+ "version": "0.4.0"
138
138
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@springmicro/cli",
3
3
  "description": "A new CLI generated with oclif",
4
- "version": "0.3.5",
4
+ "version": "0.4.0",
5
5
  "author": "David Buckley",
6
6
  "private": false,
7
7
  "publishConfig": {
@@ -76,5 +76,5 @@
76
76
  "version": "oclif readme && git add README.md"
77
77
  },
78
78
  "types": "dist/index.d.ts",
79
- "gitHead": "1bbf206d79047e5897172fb794fc876ad6c45498"
79
+ "gitHead": "33c290158c06114e6fd61ddb79f9e65a82128471"
80
80
  }