bitfab-cli 0.1.0 → 0.2.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 ADDED
@@ -0,0 +1,12 @@
1
+ # bitfab-cli
2
+
3
+ Install and configure the Bitfab plugin in Claude Code, Codex, or Cursor.
4
+
5
+ ## Usage
6
+
7
+ ```bash
8
+ npx bitfab-cli init # Detect editors, prompt if multiple
9
+ npx bitfab-cli init --editor claude # Install for Claude Code
10
+ npx bitfab-cli init --editor codex # Install for Codex
11
+ npx bitfab-cli init --editor cursor # Install for Cursor
12
+ ```