JSPM

playground-collaborate

2.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 14
  • Score
    100M100P100Q50903F
  • License MIT

A simple way to live-code in the Playground with others.

Package Exports

  • playground-collaborate

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (playground-collaborate) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

TypeScript Playground Collaborate

Like LiveShare for the Playground, but no-where near as polished and awesome.

You can create collaboration rooms where one person at a time can edit, and everyone else can use all the Playground inspection tools in read-only mode.

Running this plugin

or

  • Open up the TypeScript Playground
  • Go the "Plugins" in the sidebar
  • Install through the list

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

TODO

  • Sync compiler option
  • UI polish

Contributing

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

git clone https://github.com/orta/playground-collaborate.git
cd playground-collaborate
yarn install
yarn start

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

Server Stuff