@staff0rd/assist 0.179.0 → 0.180.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 +1 -0
- package/allowed.cli-reads +1 -0
- package/dist/allowed.cli-reads +1 -0
- package/dist/index.js +515 -408
- package/package.json +4 -1
package/README.md
CHANGED
|
@@ -65,6 +65,7 @@ After installation, the `assist` command will be available globally. You can als
|
|
|
65
65
|
|
|
66
66
|
## CLI Commands
|
|
67
67
|
|
|
68
|
+
- `assist activity [--since <date>]` - Chart GitHub commit activity per day (defaults to last 30 days)
|
|
68
69
|
- `assist init` - Initialize project with VS Code and verify configurations
|
|
69
70
|
- `assist new vite` - Initialize a new Vite React TypeScript project
|
|
70
71
|
- `assist new cli` - Initialize a new tsup CLI project
|
package/allowed.cli-reads
CHANGED