gmoonc 0.0.1 → 0.0.2
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 +10 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,15 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
Goalmoon Ctrl é um kit plugável para construir dashboards com autenticação e RBAC, compatível com Next e Vite.
|
|
4
4
|
|
|
5
|
-
Pacotes
|
|
6
|
-
-
|
|
5
|
+
## Pacotes reais
|
|
6
|
+
- **@gmoonc/core**
|
|
7
7
|
|
|
8
|
-
Instalação
|
|
8
|
+
## Instalação
|
|
9
|
+
```bash
|
|
9
10
|
npm i @gmoonc/core
|
|
11
|
+
```
|
|
10
12
|
|
|
11
|
-
|
|
12
|
-
https://gmoonc.com
|
|
13
|
-
|
|
14
|
-
Nota:
|
|
15
|
-
Este pacote "gmoonc" é um meta package e aponta para os módulos reais em @gmoonc/*.
|
|
13
|
+
## Links
|
|
14
|
+
- Site: https://gmoonc.com
|
|
15
|
+
- GitHub: https://github.com/gmoonc/gmoonc-packages
|
|
16
16
|
|
|
17
|
+
## Nota
|
|
18
|
+
O pacote "gmoonc" é um meta package e aponta para os módulos reais em @gmoonc/*.
|
package/package.json
CHANGED