From c0f50180797206ee6903f2394c857d7d02292441 Mon Sep 17 00:00:00 2001 From: Byson94 Date: Sat, 23 Aug 2025 14:19:35 +0530 Subject: [PATCH] feat: statictranspl -> staticscript --- README.md | 12 ++++++------ docs/src/check_updates.md | 2 +- docs/src/clear_cache.md | 2 +- docs/src/examples.md | 10 +++++----- docs/src/install_command.md | 2 +- docs/src/list_command.md | 4 ++-- docs/src/uninstall_command.md | 2 +- docs/src/update_command.md | 2 +- 8 files changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 2de39d3..7a4f553 100644 --- a/README.md +++ b/README.md @@ -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/). diff --git a/docs/src/check_updates.md b/docs/src/check_updates.md index 1c6487d..e8162ea 100644 --- a/docs/src/check_updates.md +++ b/docs/src/check_updates.md @@ -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 ``` diff --git a/docs/src/clear_cache.md b/docs/src/clear_cache.md index 261a186..3221f16 100644 --- a/docs/src/clear_cache.md +++ b/docs/src/clear_cache.md @@ -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 ``` diff --git a/docs/src/examples.md b/docs/src/examples.md index 13a1f64..4cad715 100644 --- a/docs/src/examples.md +++ b/docs/src/examples.md @@ -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 ``` diff --git a/docs/src/install_command.md b/docs/src/install_command.md index c2c925a..4e928eb 100644 --- a/docs/src/install_command.md +++ b/docs/src/install_command.md @@ -21,6 +21,6 @@ Downloads, builds (if needed), and installs the given package. ### Examples ```bash -eiipm install statictranspl +eiipm install staticscript eiipm i ewwii ``` diff --git a/docs/src/list_command.md b/docs/src/list_command.md index a7048f4..94a361b 100644 --- a/docs/src/list_command.md +++ b/docs/src/list_command.md @@ -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 ``` diff --git a/docs/src/uninstall_command.md b/docs/src/uninstall_command.md index 6406b30..1d9bec9 100644 --- a/docs/src/uninstall_command.md +++ b/docs/src/uninstall_command.md @@ -21,5 +21,5 @@ Removes the package and its tracked files from your system. ### Examples ```bash -eiipm rm statictranspl +eiipm rm staticscript ``` diff --git a/docs/src/update_command.md b/docs/src/update_command.md index 83fb66d..3aaee0e 100644 --- a/docs/src/update_command.md +++ b/docs/src/update_command.md @@ -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 ```