@staff0rd/assist 0.48.0 → 0.50.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 +2 -1
- package/dist/index.js +718 -586
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -42,7 +42,8 @@ After installation, the `assist` command will be available globally.
|
|
|
42
42
|
## CLI Commands
|
|
43
43
|
|
|
44
44
|
- `assist init` - Initialize project with VS Code and verify configurations
|
|
45
|
-
- `assist new` - Initialize a new Vite React TypeScript project
|
|
45
|
+
- `assist new vite` - Initialize a new Vite React TypeScript project
|
|
46
|
+
- `assist new cli` - Initialize a new tsup CLI project
|
|
46
47
|
- `assist sync` - Copy command files to `~/.claude/commands`
|
|
47
48
|
- `assist commit <message>` - Create a git commit with validation
|
|
48
49
|
- `assist prs` - List pull requests for the current repository
|