@localess/cli 0.0.1-dev.20260216100707 → 0.0.1-dev.20260216101417

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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,6 +16,11 @@ A powerful CLI tool to interact with your Localess spaces.
16
16
  - 🛡️ **Type Safety** - Generate TypeScript type definitions for your Localess content schemas, ensuring type safety in your frontend applications.
17
17
  - 🌐 **Translations** - Sync and manage translations for your Localess space.
18
18
 
19
+ ## Setup
20
+
21
+ ```bash
22
+ npm install @localess/cli -D
23
+ ```
19
24
 
20
25
  ## Login
21
26
  The CLI provides a `login` command to authenticate with your Localess account. This command prompts you for your email and password, and securely stores an authentication token for future API requests.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@localess/cli",
3
- "version": "0.0.1-dev.20260216100707",
3
+ "version": "0.0.1-dev.20260216101417",
4
4
  "description": "Localess Command Line.",
5
5
  "keywords": [
6
6
  "localess",