@korl3one/ccode 2.0.0 → 2.0.1
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 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -46,17 +46,20 @@ Cuando trabajas con IA en un proyecto grande, el contexto se pierde al cambiar d
|
|
|
46
46
|
### Instalacion
|
|
47
47
|
|
|
48
48
|
```bash
|
|
49
|
-
|
|
49
|
+
npm install -g @korl3one/ccode
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
Eso es todo. Ya puedes usar `ccode` en cualquier proyecto.
|
|
53
|
+
|
|
54
|
+
### Contribuir al desarrollo
|
|
55
|
+
|
|
56
|
+
Si quieres colaborar con el proyecto:
|
|
57
|
+
|
|
58
|
+
```bash
|
|
50
59
|
git clone https://github.com/iDevelop25/ccode.git
|
|
51
60
|
cd ccode
|
|
52
|
-
|
|
53
|
-
# Instalar dependencias
|
|
54
61
|
npm install
|
|
55
|
-
|
|
56
|
-
# Compilar
|
|
57
62
|
npm run build
|
|
58
|
-
|
|
59
|
-
# Vincular globalmente
|
|
60
63
|
npm link
|
|
61
64
|
```
|
|
62
65
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@korl3one/ccode",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "CLI de contexto persistente para desarrollo asistido por IA. Genera documentacion, arquitectura, reglas y tareas verificables.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/cli/index.js",
|