migrate mosaic home to xdg config path
This commit is contained in:
@@ -19,7 +19,7 @@ Based on real-world validation of 50 issues in a production codebase:
|
||||
### New Project
|
||||
```bash
|
||||
# Apply template from Mosaic
|
||||
~/.mosaic/bin/mosaic-quality-apply --template typescript-node --target /path/to/project
|
||||
~/.config/mosaic/bin/mosaic-quality-apply --template typescript-node --target /path/to/project
|
||||
|
||||
# Install dependencies
|
||||
cd /path/to/project
|
||||
@@ -29,13 +29,13 @@ npm install
|
||||
npx husky install
|
||||
|
||||
# Verify enforcement is working
|
||||
~/.mosaic/bin/mosaic-quality-verify --target /path/to/project
|
||||
~/.config/mosaic/bin/mosaic-quality-verify --target /path/to/project
|
||||
```
|
||||
|
||||
### Existing Project
|
||||
```bash
|
||||
# Same as above - works for new or existing projects
|
||||
~/.mosaic/bin/mosaic-quality-apply --template typescript-node --target /path/to/existing-project
|
||||
~/.config/mosaic/bin/mosaic-quality-apply --template typescript-node --target /path/to/existing-project
|
||||
```
|
||||
|
||||
## 🛡️ What You Get
|
||||
|
||||
@@ -71,5 +71,5 @@ echo ""
|
||||
echo "Next steps:"
|
||||
echo "1. Install dependencies: npm install"
|
||||
echo "2. Initialize husky: npx husky install"
|
||||
echo "3. Run verification: ~/.mosaic/bin/mosaic-quality-verify --target $TARGET_DIR"
|
||||
echo "3. Run verification: ~/.config/mosaic/bin/mosaic-quality-verify --target $TARGET_DIR"
|
||||
echo ""
|
||||
|
||||
Reference in New Issue
Block a user