Skip to content

Commit c899050

Browse files
authored
Merge pull request #24 from PraneshASP/chore/readme
📝 Update README
2 parents e6d0474 + a0954a3 commit c899050

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ TL;DR, this is my first VSCode extension, so feel free to provide feedback as I
2222
- Flatten current file (or) selected file(s).
2323
- Inline highlighting in code editor for unused imports.
2424
- Generate and view Foundry deployment report in a clean and concise table format.
25+
- Syntax highlighting of for `.tree` files.
26+
- Generate foundry test stub using [bulloak](https://github.com/alexfertel/bulloak)'s `scaffold` command.
2527

2628
---
2729

@@ -34,6 +36,9 @@ The following will need to be installed in order to use this template. Please fo
3436
- You can test you've installed them right by running `forge --version` and get an output like: `forge 0.2.0 (f016135 2022-07-04T00:15:02.930499Z)`
3537
- To get the latest of each, just run `foundryup`
3638

39+
- [Bulloak](https://github.com/alexfertel/bulloak)
40+
- This is required to generate test stub from `.tree` spec files.
41+
3742
## Usage
3843

3944
The usage of this extension is straightforward.
@@ -76,6 +81,19 @@ The usage of this extension is straightforward.
7681
https://github.com/PraneshASP/vscode-solidity-inspector/assets/42379522/e4906ad3-69e6-4cea-b986-7712ec342fca
7782

7883

84+
---
85+
86+
#### Generate foundry deployment report:
87+
88+
https://github.com/PraneshASP/vscode-solidity-inspector/assets/42379522/cfaf987e-ad91-4927-9042-7562bc8684dc
89+
90+
---
91+
92+
#### Support for `.tree` files and test stub generation:
93+
94+
https://github.com/PraneshASP/vscode-solidity-inspector/assets/42379522/2a3d591b-bc80-46cc-88c9-7e4faa0bb043
95+
96+
7997
---
8098

8199
<!-- CONTRIBUTING -->

0 commit comments

Comments
 (0)