-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🤖Github Manual: Update README.mdimg scall
- Loading branch information
1 parent
27a80e6
commit 2746537
Showing
1 changed file
with
44 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,44 @@ | ||
# `myplop` | ||
![MyPlopMax](https://github.com/INeedJobToStartWork/MyPlop/assets/97305201/39ab8b77-15f6-4efd-aeee-61af792ff46a) | ||
<h1 align="center">MyPlop</h1> | ||
<p align="center"><b>Your local plop manager!</b></p> | ||
|
||
<hr/> | ||
|
||
## Install | ||
NPM | ||
|
||
```bash copy | ||
npm install -g myplop | ||
``` | ||
|
||
PNPM | ||
|
||
```bash copy | ||
pnpm add myplop | ||
``` | ||
|
||
Yarn | ||
|
||
```bash copy | ||
yarn add myplop | ||
``` | ||
|
||
## Install App (Required) | ||
Choose `App` option | ||
NPM | ||
|
||
```bash copy | ||
npm myplop init | ||
``` | ||
|
||
PNPM | ||
|
||
```bash copy | ||
pnpm myplop init | ||
``` | ||
|
||
Yarn | ||
|
||
```bash copy | ||
yarn myplop init | ||
``` |