Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sandersn/playground-dts-plugin

d.ts helper plugin for the Typescript playground
https://github.com/sandersn/playground-dts-plugin

Last synced: about 1 month ago
JSON representation

d.ts helper plugin for the Typescript playground

Awesome Lists containing this project

README

        

## TypeScript Playground Plugin

My new plugin for the TypeScript playground.

## Running this plugin

- [Click this link](https://www.staging-typescript.org/play?install-plugin=[name]) to install

or

- Open up the TypeScript Playground
- Go the "Plugins" in the sidebar
- Look for "Plugins from npm"
- Add "[name]"
- Reload the browser

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

## Contributing

See [CONTRIBUTING.md](./CONTRIBUTING.md) for the full details, however, TLDR:

```sh
git clone ...
yarn install
yarn start
```

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