Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit 6748c43

Browse files
authored
feat: add project creation command with Bun (#393)
1 parent 414caef commit 6748c43

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pages/index.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ It will create a new project with the simple counter contract:
3535
pnpm create ton simple-counter --type tact-counter --contractName SimpleCounter
3636
```
3737
</Tabs.Tab>
38+
<Tabs.Tab>
39+
```shell
40+
bun x create-ton bun-simple-counter --type tact-counter --contractName SimpleCounter
41+
```
42+
</Tabs.Tab>
3843
</Tabs>
3944

4045
### That's it! [#start-3]

0 commit comments

Comments
 (0)