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
+2-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,8 @@
5
5
Extensive Typescript ESNext template and boilerplate for [userscripts](https://en.wikipedia.org/wiki/Userscript).
6
6
Supports importing and parsing HTML and Markdown files directly in code, packing it all up with rollup and applying custom injections for the userscript header and more.
7
7
It also offers ESLint to lint and auto-fix the code and GitHub Actions with ESLint to lint the code in pull requests and CodeQL to check it for vulnerabilities on every push.
8
-
Intended to be used in conjunction with a Git repo as a resource CDN and build versioning system for the userscript.
8
+
Requires a Git repo to be used as the asset CDN and for the build versioning system of the userscript.
9
+
Supports distribution on GitHub, GreasyFork and OpenUserJS out of the box.
9
10
10
11
Like this template? Please consider [supporting the development ❤️](https://github.com/sponsors/Sv443)
0 commit comments