You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,6 @@
2
2
3
3
Website for [https://plugins.dprint.dev](https://plugins.dprint.dev).
4
4
5
-
This website is hosted on Cloudflare. I really dislike how that makes the code, but Cloudflare has free bandwidth, which is important for this project.
6
-
7
5
## Redirect to Any GitHub Repo (For Plugin Authors)
8
6
9
7
This service provides a convenient URL for a plugin stored in any GitHub repo.
@@ -28,6 +26,24 @@ Restrictions and recommendations:
28
26
29
27
If your repo name is in the format `dprint-plugin-<something>` then you can omit `dprint-plugin-` in the `<repo_name>` for the redirect (ex. `https://plugins.dprint.dev/<user>/dprint-plugin-typescript-0.0.0.wasm` may be shortened to `https://plugins.dprint.dev/<user>/typescript-0.0.0.wasm`).
30
28
29
+
## Release Assets
30
+
31
+
For approved repositories, individual release assets can be served directly via:
0 commit comments