ts-playground-plugin-github-explorer
v0.0.1
Published
Explore a github repo on typescript playground
Downloads
70
Readme
ts-playground-plugin-github-explorer
This is a plugin for typescript-playground. It allows you to explore a github repo through the plugins panel, selecting files to fill the code area with.
This was made using this repo as a template during a TS workshop at Codecademy.
Usage
- clone this repo
cd
into the cloned directory- run
npm install
- run
npm run start
oryarn start
- navigate to the typescript playground, go to the options panel, and tick "
Connect to localhost:5000
"