@shiva-fw/cli 1.0.1 → 1.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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # shiva-cli
2
2
 
3
+ [![Publish](https://github.com/adrianmejias/shiva-cli/actions/workflows/publish.yml/badge.svg)](https://github.com/adrianmejias/shiva-cli/actions/workflows/publish.yml)
4
+
3
5
  > Developer CLI for the [Shiva](https://github.com/adrianmejias/shiva-core) FiveM framework — scaffolding, migrations, package management, AI integration, and an MCP server.
4
6
 
5
7
  Think of it as Artisan for FiveM. Generate modules, run database migrations, manage packages with lockfile support, produce AI context files, and expose live framework data to AI tools via the Model Context Protocol.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shiva-fw/cli",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Developer CLI for the Shiva FiveM framework",
5
5
  "main": "src/index.js",
6
6
  "bin": {