feat: statictranspl -> staticscript
This commit is contained in:
12
README.md
12
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/).
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
@@ -21,6 +21,6 @@ Downloads, builds (if needed), and installs the given package.
|
||||
### Examples
|
||||
|
||||
```bash
|
||||
eiipm install statictranspl
|
||||
eiipm install staticscript
|
||||
eiipm i ewwii
|
||||
```
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
@@ -21,5 +21,5 @@ Removes the package and its tracked files from your system.
|
||||
### Examples
|
||||
|
||||
```bash
|
||||
eiipm rm statictranspl
|
||||
eiipm rm staticscript
|
||||
```
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user