https://github.com/orta/playground-clippy
https://github.com/orta/playground-clippy
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/orta/playground-clippy
- Owner: orta
- Created: 2020-08-03T21:42:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-25T14:45:41.000Z (almost 4 years ago)
- Last Synced: 2025-04-21T10:54:19.743Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 654 KB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
## Playground Plugin Clippy
Finally, someone who has an answer for every problem in your Playground.

Or, with a hint of chaos

## Running this plugin
- [Click this link](https://www.staging-typescript.org/play?install-plugin=playground-clippy) to install
or
- Open up the TypeScript Playground
- Go the "Plugins" in the sidebar
- Look for "Plugins from npm"
- Add "playground-clippy"
- 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.