gptrans 2.0.4 → 2.0.6
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 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,10 +22,12 @@ Whether you're building a multilingual website, a mobile app, or a localization
|
|
|
22
22
|
```bash
|
|
23
23
|
npm install gptrans
|
|
24
24
|
```
|
|
25
|
+
|
|
25
26
|
> **AI Skill**: You can also add GPTrans as a skill for AI agentic development:
|
|
26
27
|
> ```bash
|
|
27
28
|
> npx skills add https://github.com/clasen/GPTrans --skill gptrans
|
|
28
29
|
> ```
|
|
30
|
+
|
|
29
31
|
### 🌐 Environment Setup
|
|
30
32
|
|
|
31
33
|
GPTrans uses dotenv for environment configuration. Create a `.env` file in your project root and add your API keys:
|