shadcn-studio-extension-cli 0.1.6 β 0.1.8
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 +12 -45
- package/dist/THIRD_PARTY_LICENSES.txt +1 -1
- package/dist/index.cjs +1 -1
- package/dist/toolbar-app/index-COSu8H98.js +8918 -0
- package/dist/toolbar-app/index.js +15 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,22 +1,19 @@
|
|
|
1
|
-
# <img src="https://
|
|
1
|
+
# <img src="https://cdn.shadcnstudio.com/ss-assets/logo/logo.png" alt="Shadcn Studio logo" width="48" height="48" style="vertical-align: middle; margin-right: 8px;" /> Shadcn Studio IDE Extension CLI
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
***Edit Your UI With a Prompt. No Context Switching.***
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
# Shadcn Studio IDE extension CLI
|
|
6
6
|
|
|
7
|
-
[](https://github.com/themeselection/shadcn-ide-extension)
|
|
8
|
+
[](https://x.com/shadcnstudio)
|
|
8
9
|
|
|
9
|
-
|
|
10
|
+
> If you want to find out, why you would need this extension, read [What is the Shadcn Studio IDE extension?](#what-is-the-shadcn-studio-ide-extension).
|
|
10
11
|
|
|
11
12
|
## About the project
|
|
12
13
|
|
|
13
|
-
|
|
14
|
+
This project is a fork of [Stagewise](https://github.com/stagewise-io/stagewise).
|
|
14
15
|
|
|
15
|
-
|
|
16
|
-
- π§ Click on element(s) to let the agent know where a change should happen
|
|
17
|
-
- π‘ Let stagewise do the magic!
|
|
18
|
-
|
|
19
|
-
> Perfect for devs tired of pasting element information and folder paths into prompts. stagewise uses real-time, browser-powered context.
|
|
16
|
+
> Perfect for devs tired of pasting element information and folder paths into prompts.
|
|
20
17
|
|
|
21
18
|
## Features
|
|
22
19
|
|
|
@@ -24,7 +21,6 @@ Welcome to **stagewise** β The frontend coding agent for production codebases
|
|
|
24
21
|
- π§© Customize and extend functionality with Plugins
|
|
25
22
|
- π Open source
|
|
26
23
|
- βοΈ Compatible with all kinds of frameworks
|
|
27
|
-
- π§ Use our dedicated frontend agent - or any other compatible agent through our open agent interface!
|
|
28
24
|
|
|
29
25
|
## π Getting Started
|
|
30
26
|
|
|
@@ -32,47 +28,18 @@ Welcome to **stagewise** β The frontend coding agent for production codebases
|
|
|
32
28
|
|
|
33
29
|
The first thing you should do is to start your app in regular development mode
|
|
34
30
|
|
|
35
|
-
### 2. Start
|
|
31
|
+
### 2. Start shadcn studio extension cli
|
|
36
32
|
|
|
37
|
-
|
|
33
|
+
shadcn studio extension cli can be integrated into your workflow without requiring you to install anything!
|
|
38
34
|
|
|
39
35
|
Simply open another terminal window **in the root of your app under development** and enter the following:
|
|
40
36
|
|
|
41
37
|
```bash
|
|
42
|
-
npx
|
|
38
|
+
npx shadcn-studio-extension-cli@latest
|
|
43
39
|
```
|
|
44
40
|
|
|
45
41
|
or (if you're using pnpm):
|
|
46
42
|
|
|
47
43
|
```bash
|
|
48
|
-
pnpm dlx
|
|
44
|
+
pnpm dlx shadcn-studio-extension-cli@latest
|
|
49
45
|
```
|
|
50
|
-
|
|
51
|
-
And simply follow the short guide of the CLI app to setup your stagewise account.
|
|
52
|
-
|
|
53
|
-
## π€ Agent support
|
|
54
|
-
|
|
55
|
-
| **Agent** | **Supported** |
|
|
56
|
-
| -------------- | -------------- |
|
|
57
|
-
| stagewise agent| β
βοΈ |
|
|
58
|
-
| Cursor | β
|
|
|
59
|
-
| GitHub Copilot | β
|
|
|
60
|
-
| Windsurf | β
|
|
|
61
|
-
| Antigravity | β
|
|
|
62
|
-
| Cline | β
|
|
|
63
|
-
| Roo Code | β
|
|
|
64
|
-
| Kilo Code | β
|
|
|
65
|
-
| Trae | β
|
|
|
66
|
-
|
|
67
|
-
## π License
|
|
68
|
-
|
|
69
|
-
stagewise is developed by tiq UG (haftungsbeschrΓ€nkt) and offered under the AGPLv3 license.
|
|
70
|
-
|
|
71
|
-
For more information on the license model, visit the [FAQ about the GNU Licenses](https://www.gnu.org/licenses/gpl-faq.html).
|
|
72
|
-
|
|
73
|
-
For use cases that fall outside the scope permitted by the AGPLv3 license, feel free to [π¬ Contact Us](#contact-us-section).
|
|
74
|
-
|
|
75
|
-
## π¬ Community & Support
|
|
76
|
-
|
|
77
|
-
- πΎ [Join our Discord](https://discord.gg/gkdGsDYaKA)
|
|
78
|
-
- π Open an [issue on GitHub](https://github.com/stagewise-io/stagewise/issues) for dev support.
|
package/dist/index.cjs
CHANGED
|
@@ -97071,7 +97071,7 @@ var __dirname4 = (0, import_node_path10.dirname)((0, import_node_url5.fileURLToP
|
|
|
97071
97071
|
function getVersion() {
|
|
97072
97072
|
try {
|
|
97073
97073
|
if (true) {
|
|
97074
|
-
return "0.1.
|
|
97074
|
+
return "0.1.6";
|
|
97075
97075
|
}
|
|
97076
97076
|
const packageJsonPath = (0, import_node_path10.join)(__dirname4, "../../package.json");
|
|
97077
97077
|
const packageJson = JSON.parse((0, import_node_fs9.readFileSync)(packageJsonPath, "utf-8"));
|