Commit ebf3265
authored
feat: setup project with solidui-cli using deno (#181)
* feat: setup project with solidui-cli using deno
Using `deno run @solidui-cli@latest init`.
Signed-off-by: João Augusto Costa Branco Marado Torres <torres.dev@disroot.org>
* feat: adding components with solidui-cli using deno
Using `deno run npm:solidui-cli@latest add button` for example.
Signed-off-by: João Augusto Costa Branco Marado Torres <torres.dev@disroot.org>
* refactor: using deno v2.3 registry flags
Signed-off-by: João Augusto Costa Branco Marado Torres <torres.dev@disroot.org>
* chore: add changeset
Signed-off-by: João Augusto Costa Branco Marado Torres <torres.dev@disroot.org>
---------
Signed-off-by: João Augusto Costa Branco Marado Torres <torres.dev@disroot.org>1 parent a631ef5 commit ebf3265
File tree
4 files changed
+16
-3
lines changed- .changeset
- packages/cli/src
- commands
- utils
4 files changed
+16
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
152 | 156 | | |
153 | 157 | | |
154 | 158 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
101 | 105 | | |
102 | 106 | | |
103 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments