@magyk/vincent 0.1.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 +26 -0
- package/dist/vincent.js +2594 -0
- package/package.json +19 -0
package/README.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# Vincent
|
|
2
|
+
|
|
3
|
+
Vincent is an AI-powered product video creation assistant that runs in your terminal.
|
|
4
|
+
|
|
5
|
+
## Install
|
|
6
|
+
|
|
7
|
+
```
|
|
8
|
+
npm install -g @magyk/vincent
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
## Usage
|
|
12
|
+
|
|
13
|
+
```
|
|
14
|
+
vincent --help
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
## Supported platforms
|
|
18
|
+
|
|
19
|
+
- macOS Apple Silicon (arm64)
|
|
20
|
+
- macOS Intel (x64)
|
|
21
|
+
- Linux x64
|
|
22
|
+
|
|
23
|
+
## Requirements
|
|
24
|
+
|
|
25
|
+
Vincent requires API keys for the AI services it uses (Gemini, Replicate).
|
|
26
|
+
Set them in your environment before running.
|