shadcn-studio-extension-cli 0.1.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 ADDED
@@ -0,0 +1,77 @@
1
+ # <img src="https://github.com/stagewise-io/assets/blob/main/media/logo.png?raw=true" alt="stagewise logo" width="48" height="48" style="border-radius: 50%; vertical-align: middle; margin-right: 8px;" /> stagewise
2
+
3
+ # The frontend coding agent for production codebases
4
+
5
+ ![NPM Version](https://img.shields.io/npm/v/stagewise) ![NPM License](https://img.shields.io/npm/l/stagewise) [![GitHub Repo stars](https://img.shields.io/github/stars/stagewise-io/stagewise)](https://github.com/stagewise-io/stagewise)
6
+
7
+ [![Join us on Discord](https://img.shields.io/discord/1229378372141056010?label=Discord&logo=discord&logoColor=white)](https://discord.gg/gkdGsDYaKA) [![X (formerly Twitter) Follow](https://img.shields.io/twitter/follow/stagewise_io)](https://x.com/stagewise_io)
8
+
9
+ ![stagewise demo](https://github.com/stagewise-io/assets/blob/main/media/demo.gif?raw=true)
10
+
11
+ ## About the project
12
+
13
+ Welcome to **stagewise** β€” The frontend coding agent for production codebases
14
+
15
+ - πŸ’¬ Tell the agent what you want to change
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.
20
+
21
+ ## Features
22
+
23
+ - ⚑ Works out of the box
24
+ - 🧩 Customize and extend functionality with Plugins
25
+ - πŸ“– Open source
26
+ - ⛓️ Compatible with all kinds of frameworks
27
+ - 🧠 Use our dedicated frontend agent - or any other compatible agent through our open agent interface!
28
+
29
+ ## πŸ“– Getting Started
30
+
31
+ ### 1. Start your web app in development mode
32
+
33
+ The first thing you should do is to start your app in regular development mode
34
+
35
+ ### 2. Start stagewise
36
+
37
+ stagewise can be integrated into your workflow without requiring you to install anything!
38
+
39
+ Simply open another terminal window **in the root of your app under development** and enter the following:
40
+
41
+ ```bash
42
+ npx stagewise
43
+ ```
44
+
45
+ or (if you're using pnpm):
46
+
47
+ ```bash
48
+ pnpm dlx stagewise
49
+ ```
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
+ | Cline | βœ… |
62
+ | Roo Code | βœ… |
63
+ | Kilo Code | βœ… |
64
+ | Trae | βœ… |
65
+
66
+ ## πŸ“œ License
67
+
68
+ stagewise is developed by tiq UG (haftungsbeschrΓ€nkt) and offered under the AGPLv3 license.
69
+
70
+ For more information on the license model, visit the [FAQ about the GNU Licenses](https://www.gnu.org/licenses/gpl-faq.html).
71
+
72
+ For use cases that fall outside the scope permitted by the AGPLv3 license, feel free to [πŸ“¬ Contact Us](#contact-us-section).
73
+
74
+ ## πŸ’¬ Community & Support
75
+
76
+ - πŸ‘Ύ [Join our Discord](https://discord.gg/gkdGsDYaKA)
77
+ - πŸ“– Open an [issue on GitHub](https://github.com/stagewise-io/stagewise/issues) for dev support.
@@ -0,0 +1,6 @@
1
+ # Third-Party Licenses
2
+
3
+ ## shadcn-studio-extension-cli@0.1.0
4
+ - License: AGPL-3.0-only
5
+ - Repository: https://github.com/stagewise-io/stagewise
6
+ - Publisher: stagewise GmbH