|
1 | 1 | <dd align="center"><img alt="React Native Directory Logo" height="96" src="./assets/icon.png" /></dd>
|
2 | 2 | <h1 align="center">vscode-react-native-directory</h1>
|
3 | 3 |
|
4 |
| -<img alt="Extension preview" src="./assets/screenshot.png" /> |
5 |
| - |
6 | 4 | A VS Code extension allowing to browse through React Native Directory and perform actions on the packages inside build-in Command Palette.
|
7 | 5 |
|
8 |
| -## Installation |
| 6 | +<p align="center"> |
| 7 | +<img alt="Extension preview" src="./assets/screenshot.png" width="520" align="center" /> |
| 8 | +</p> |
| 9 | + |
| 10 | +## 📦 Installation |
9 | 11 |
|
10 | 12 | > [!tip]
|
11 | 13 | > The extension is currently in the development phase, and only manual build and installation is supported at this time.
|
12 | 14 |
|
13 | 15 | 1. Make sure you have [Bun](https://bun.sh/docs/installation) installed.
|
14 |
| -2. Checkout the repository locally. |
15 |
| -3. Run `bun install && bun compile && bun package` to to install dependencies, compile source and prepare extension package file. |
16 |
| -4. In VS Code: |
| 16 | +1. Checkout the repository locally. |
| 17 | +1. Run the following commands to install dependencies, compile source and prepare extension package file: |
| 18 | + |
| 19 | + ```sh |
| 20 | + bun install && bun compile && bun package |
| 21 | + ``` |
| 22 | +1. In VS Code: |
17 | 23 | * Navigate to the "Extensions" pane (<kbd>Ctrl/Cmd+Shift+X</kbd>).
|
18 | 24 | * Click "More" button (three dots in the right corner of header) and select "Install from VSIX".
|
19 | 25 | * Select VSIX file which has been created in third step inside the checkout root directory.
|
20 | 26 |
|
21 |
| -## Contributing |
| 27 | +## 📝 Contributing |
22 | 28 |
|
23 | 29 | 1. Make sure you have [Bun](https://bun.sh/docs/installation) installed.
|
24 |
| -2. Checkout the repository locally. |
25 |
| -3. Run `bun install && bun compile` to install dependencies and compile source. |
26 |
| -4. In VS Code: |
| 30 | +1. Checkout the repository locally. |
| 31 | +1. Run the following commands to install dependencies and compile source: |
| 32 | + |
| 33 | + ```sh |
| 34 | + bun install && bun compile |
| 35 | + ``` |
| 36 | +1. In VS Code: |
27 | 37 | * Open folder containing the extension repository.
|
28 | 38 | * Navigate to the "Run and Debug" pane (<kbd>Ctrl/Cmd+Shift+D</kbd>).
|
29 |
| - * Select "Run with extension" launch task and press "Start Debugging" button (<kbd>F5</kbd>). |
| 39 | + * Select "Run with extension" launch task and press "Start Debugging" button (<kbd>F5</kbd>). |
0 commit comments