@qazuor/claude-code-config 0.2.0 → 0.3.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 +4 -1
- package/dist/bin.cjs +3462 -2740
- package/dist/bin.cjs.map +1 -1
- package/dist/bin.js +3462 -2740
- package/dist/bin.js.map +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +9 -2
package/README.md
CHANGED
|
@@ -45,7 +45,8 @@ A comprehensive CLI tool to install and manage Claude Code configurations in you
|
|
|
45
45
|
|
|
46
46
|
### Core Capabilities
|
|
47
47
|
|
|
48
|
-
- **Interactive Wizard**: Step-by-step configuration with intelligent defaults
|
|
48
|
+
- **Interactive Wizard**: Step-by-step configuration with intelligent defaults and **back navigation**
|
|
49
|
+
- **Back Navigation**: Return to previous steps at any time to modify your choices
|
|
49
50
|
- **Auto-Detection**: Automatically detects project type, package manager, and tech stack
|
|
50
51
|
- **23 Bundles**: Pre-grouped module sets organized by category (stacks, testing, quality, etc.)
|
|
51
52
|
- **Bundle Categories**: Stack bundles (React+TanStack, Astro, Next.js), API bundles (Hono, Express), testing, quality, and more
|
|
@@ -169,6 +170,8 @@ The wizard will guide you through:
|
|
|
169
170
|
8. **Code Style** - EditorConfig, Biome, Prettier, Commitlint
|
|
170
171
|
9. **Template Configuration** - Auto-detected command/path/target values
|
|
171
172
|
|
|
173
|
+
> **Tip**: You can go back to any previous step using the "← Back" option to modify your choices.
|
|
174
|
+
|
|
172
175
|
### Bundle-based Setup
|
|
173
176
|
|
|
174
177
|
```bash
|