Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sandersn/playground-dts-plugin
- Owner: sandersn
- Created: 2020-10-13T17:28:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-16T22:48:01.000Z (about 4 years ago)
- Last Synced: 2024-10-06T13:51:06.960Z (about 1 month ago)
- Language: JavaScript
- Size: 35.2 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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 browserThen 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.