ripencli 0.3.2 → 0.3.4

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 +1 -0
  2. package/dist/cli.js +588 -599
  3. package/package.json +12 -3
package/README.md CHANGED
@@ -73,6 +73,7 @@ Press `s` to open the settings screen. Settings are persisted at `~/.config/ripe
73
73
  | Setting | Default | Description |
74
74
  | ---------------------------- | ------- | ------------------------------------------------------------ |
75
75
  | Sort by update frequency | Off | Packages you update often appear at the top |
76
+ | Separate dev dependencies | On | Show dependencies and devDependencies in separate groups |
76
77
  | Enable scope grouping | Off | Group scoped packages under their scope prefix |
77
78
  | Show grouped scopes on top | Off | Grouped scopes appear before ungrouped packages |
78
79
  | Grouped scopes | — | List of scopes to group (e.g. `@heroui`, `@radix-ui`) |