You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[`@rumaui/cli`](./packages/cli/)|[](https://npmjs.com/package/@rumaui/cli)| CLI to initialise and add components to your project |
|[`@ruma-org/cli`](./packages/cli/)|[](https://npmjs.com/package/@ruma-org/cli)| CLI to initialise and add components to your project |
2.**`add`** — pull individual components from the Ruma registry directly into your source tree
38
38
39
39
Components are copied as source files (not imported from npm), giving you full ownership and customisability — similar to [shadcn/ui](https://ui.shadcn.com/).
40
40
41
-
> The npm package `@rumaui/ui` contains the pre-built, tree-shakeable version of the library. The CLI is the alternative "copy-into-your-project" approach — use whichever fits your workflow.
41
+
> The npm package `@ruma-org/ui` contains the pre-built, tree-shakeable version of the library. The CLI is the alternative "copy-into-your-project" approach — use whichever fits your workflow.
42
42
43
43
---
44
44
@@ -47,13 +47,13 @@ Components are copied as source files (not imported from npm), giving you full o
47
47
Run without installing using `npx`:
48
48
49
49
```bash
50
-
npx @rumaui/cli <command> [options]
50
+
npx @ruma-org/cli <command> [options]
51
51
```
52
52
53
53
Or install globally:
54
54
55
55
```bash
56
-
npm install -g @rumaui/cli
56
+
npm install -g @ruma-org/cli
57
57
ruma-ui <command> [options]
58
58
```
59
59
@@ -66,7 +66,7 @@ ruma-ui <command> [options]
66
66
Initialises Ruma UI in your project. Run this once per project.
0 commit comments