@metacells/mcellui-cli 0.1.4 → 0.2.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.
Files changed (3) hide show
  1. package/README.md +3 -3
  2. package/dist/index.js +537 -338
  3. package/package.json +9 -1
package/README.md CHANGED
@@ -25,7 +25,7 @@ nativeui init
25
25
  npx @nativeui/cli init
26
26
  ```
27
27
 
28
- This creates a `nativeui.config.ts` with your theme preferences.
28
+ This creates a `mcellui.config.ts` with your theme preferences.
29
29
 
30
30
  2. **Add components:**
31
31
 
@@ -58,7 +58,7 @@ Initialize nativeui in your project.
58
58
  npx @nativeui/cli init
59
59
  ```
60
60
 
61
- Creates `nativeui.config.ts` with theme configuration.
61
+ Creates `mcellui.config.ts` with theme configuration.
62
62
 
63
63
  ### `add <components...>`
64
64
 
@@ -126,7 +126,7 @@ Templates: `basic`, `animated`, `pressable`, `input`
126
126
 
127
127
  ## Configuration
128
128
 
129
- `nativeui.config.ts`:
129
+ `mcellui.config.ts`:
130
130
 
131
131
  ```ts
132
132
  import { defineConfig } from '@nativeui/cli';