davidnussio / terminal-playground

Transpile Javascript and Typescript on the fly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terminal-playground

Zero config transpile Javascript and Typescript on the fly with super performant esbuild tool

How it is work

Run npx terminal-playground and choose a file or directory and starting save TS or JS files.

Demo

Demo

Getting Started

npx

npx terminal-playground

Install global

npm install -g terminal-playground

devDependencies

npm install --save-dev terminal-playground
./node_modules/.bin/terminal-playground

# package.json
# ...
# "scripts": {
#   "playground": "terminal-playground"
# ...
# }

Inspired

I was inspired by hopa would be a zero conf runner for javascript and typescript.

About

Transpile Javascript and Typescript on the fly

License:MIT License


Languages

Language:JavaScript 100.0%