Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 694 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 694 Bytes

TypeScript Playground Plugin - Live Transformer

A plugin to create a typescript transformer live in the playground

Running this plugin

or

  • Open up the TypeScript Playground
  • Go the "Plugins" in the sidebar
  • Look for "Plugins from npm"
  • Add "playground-live-transformer"
  • Reload the browser

Then it will show up as a tab in the sidebar.

Contributing

See CONTRIBUTING.md for the full details, however, TLDR:

git clone ...
yarn install
yarn start

Then tick the box for starting plugin development inside the TypeScript Playground.