Skip to content

Piarre/bun-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commit
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿš€ TypeScript Playground CLI

A fast CLI for creating TypeScript test files with Bun

TypeScript Bun

โœจ Features

  • ๐Ÿงช Quick TypeScript file creation
  • ๐ŸŽจ Colorful CLI output
  • ๐Ÿš€ VS Code integration
  • โšก Powered by Bun

๐Ÿ“ฆ Installation

git clone https://github.com/Piarre/bun-playground.git
cd playground
bun install
bun run build

๐Ÿ Usage

# Create a new file
playground new --file-name my-test

# With VS Code integration
playground new --file-name debug-app --open

# Using aliases
pg n -f quick-test -o

Options:

  • -f, --file-name <string> : File name (required)
  • -o, --open : Open in VS Code

๐Ÿ“š Examples

Creates scripts/test-api.ts with:

(async () => {

})();

๐Ÿ› ๏ธ Development

bun run build    # Build project
bun run prettier # Format code

About

๐ŸŽฎ TypeScript playground CLI with Bun ๐ŸฅŸ

Resources

Stars

Watchers

Forks

Packages

No packages published