https://github.com/malkiii/twoslash-snippet
Twoslash Snippet is a typescript snippet generator powered by @shikijs/twoslash. It allows users to generate interactive TypeScript snippets with ease.
https://github.com/malkiii/twoslash-snippet
code-snippet playground preview twoslash typescript
Last synced: 5 months ago
JSON representation
Twoslash Snippet is a typescript snippet generator powered by @shikijs/twoslash. It allows users to generate interactive TypeScript snippets with ease.
- Host: GitHub
- URL: https://github.com/malkiii/twoslash-snippet
- Owner: malkiii
- License: mit
- Created: 2024-11-15T15:48:21.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-22T13:51:24.000Z (over 1 year ago)
- Last Synced: 2025-01-18T12:36:48.840Z (about 1 year ago)
- Topics: code-snippet, playground, preview, twoslash, typescript
- Language: CSS
- Homepage:
- Size: 753 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `// ^?` Twoslash Snippet
A Typescript twoslash snippet generator powered by [@shikijs/twoslash](https://shiki.matsu.io/packages/twoslash).
## Local Usage
1. install dependencies using [bun](https://bun.sh/):
```sh
bun install
```
2. start the development server on [localhost:3000](http://localhost:3000):
```sh
bun run dev
```
## License
Distributed under the [MIT](https://github.com/malkiii/twoslash-snippet/blob/master/LICENSE) license.