@gifflet/ccmd 1.0.0-test.4 → 1.1.0

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 CHANGED
@@ -3,6 +3,7 @@
3
3
  [![Go Version](https://img.shields.io/badge/Go-1.23+-00ADD8.svg)](https://go.dev)
4
4
  [![License](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
5
5
  [![Go Report Card](https://goreportcard.com/badge/github.com/gifflet/ccmd)](https://goreportcard.com/report/github.com/gifflet/ccmd)
6
+ [![NPM](https://nodei.co/npm/@gifflet/ccmd.svg?style=mini)](https://www.npmjs.com/package/@gifflet/ccmd)
6
7
  [![Sponsor](https://img.shields.io/badge/sponsor-30363D?logo=GitHub-Sponsors&color=5c5c5c)](https://github.com/sponsors/gifflet)
7
8
 
8
9
  Simple command-line tool for managing custom commands in Claude Code. Install and share commands from Git repositories with the ease of a package manager.
@@ -21,6 +22,14 @@ Think of ccmd as "npm for Claude Code commands" - centralize your AI tooling con
21
22
 
22
23
  ## Installation
23
24
 
25
+ ### Via NPM (Recommended)
26
+
27
+ ```bash
28
+ npm install -g @gifflet/ccmd
29
+ ```
30
+
31
+ ### Via Go
32
+
24
33
  ```bash
25
34
  go install github.com/gifflet/ccmd/cmd/ccmd@latest
26
35
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gifflet/ccmd",
3
- "version": "1.0.0-test.4",
3
+ "version": "1.1.0",
4
4
  "description": "Simple command-line tool for managing custom commands in Claude Code. Install and share commands from Git repositories with the ease of a package manager.",
5
5
  "main": "index.js",
6
6
  "scripts": {