Skip to content

Commit

Permalink
Merge pull request #1250 from ryoppippi/docs
Browse files Browse the repository at this point in the history
feat(docs): setup for @ryoppippi/unplugin-typia
  • Loading branch information
samchon authored Aug 29, 2024
2 parents 21f0ffa + e210403 commit 500f982
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/pages/docs/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,9 @@ Currently, `unplugin-typia` supports the following bundlers:
<Tabs items={['npm', 'pnpm', 'yarn', 'bun']}>
<Tab>
```bash filename="Terminal" showLineNumbers copy
npx jsr add -D @ryoppippi/unplugin-typia
npx jsr add -D @ryoppippi/unplugin-typia # via jsr (recommended)
# npm install -D @ryoppippi/unplugin-typia # via npm

npm install --save typia
npx typia setup
```
Expand Down

0 comments on commit 500f982

Please sign in to comment.