feat: statictranspl -> staticscript

This commit is contained in:
Byson94
2025-08-23 14:19:35 +05:30
parent 0ef5aa17d7
commit c0f5018079
8 changed files with 18 additions and 18 deletions

View File

@@ -9,14 +9,14 @@ The most common commands in eiipm are the `install`, `uninstall` and `update` co
**Usage example:**
```bash
# installs the statictranspl binary
eiipm install statictranspl
# installs staticscript
eiipm install staticscript
# uninstalls the statictranspl binary
eiipm uninstall statictranspl
# uninstalls staticscript
eiipm uninstall staticscript
# updates the statictranspl binary to the latest version
eiipm update statictranspl
# updates staticscript to the latest version
eiipm update staticscript
```
For a full list of commands and their uses, checkout [eiipm documentation](https://ewwii-sh.github.io/eiipm/).

View File

@@ -23,5 +23,5 @@ eiipm cu [PACKAGE]
```bash
eiipm cu # check all
eiipm check-updates statictranspl # check just one package
eiipm check-updates staticscript # check just one package
```

View File

@@ -24,7 +24,7 @@ eiipm cc [PACKAGE]
```bash
eiipm cc # clear all
eiipm clear-cache statictranspl # clear just one package cache
eiipm clear-cache staticscript # clear just one package cache
eiipm cc --force # bypasses confirmation
```

View File

@@ -13,15 +13,15 @@ eiipm update ewwii
eiipm uninstall ewwii
```
Installing [statictranspl](https://ewwii-sh.github.io/statictranspl) binary:
Installing [staticscript](https://ewwii-sh.github.io/staticscript) binary:
```bash
# installing statictranspl
eiipm i statictranspl
# installing staticscript
eiipm i staticscript
# one year later
eiipm up statictranspl # update statictranspl to latest version
eiipm up staticscript # update staticscript to latest version
# five years later
eiipm rm statictranspl # uninstall statictranspl
eiipm rm staticscript # uninstall staticscript
```

View File

@@ -21,6 +21,6 @@ Downloads, builds (if needed), and installs the given package.
### Examples
```bash
eiipm install statictranspl
eiipm install staticscript
eiipm i ewwii
```

View File

@@ -27,6 +27,6 @@ Shows installed packages. Can display just names, detailed info, total count, or
eiipm l
eiipm l --verbose
eiipm l --total-count
eiipm l --query statictranspl
eiipm l -q statictranspl -v
eiipm l --query staticscript
eiipm l -q staticscript -v
```

View File

@@ -21,5 +21,5 @@ Removes the package and its tracked files from your system.
### Examples
```bash
eiipm rm statictranspl
eiipm rm staticscript
```

View File

@@ -23,5 +23,5 @@ eiipm up [PACKAGE]
```bash
eiipm up # update all
eiipm up statictranspl # update just one package
eiipm up staticscript # update just one package
```