File tree Expand file tree Collapse file tree 3 files changed +11
-13
lines changed Expand file tree Collapse file tree 3 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 1+ [submodule "examples/reatom "]
2+ path = examples/reatom
3+ url = https://github.com/crashmax-dev/vite-userscript-template
4+ branch = reatom
Original file line number Diff line number Diff line change 11# vite-userscript-plugin
22
3- ![ npm] ( https://img.shields.io/npm/v/vite-userscript-plugin )
4- ![ license] ( https://img.shields.io/github/license/crashmax-dev/vite-userscript-plugin )
3+ [ ![ npm] ( https://img.shields.io/npm/v/vite-userscript-plugin )] ( https://npmjs.com/vite-userscript-plugin )
4+ [ ![ license] ( https://img.shields.io/github/license/crashmax-dev/vite-userscript-plugin )] ( ./LICENCE )
5+ [ ![ template] ( https://img.shields.io/github/package-json/v/crashmax-dev/vite-userscript-template?label=vite-userscript-template )] ( https://github.com/crashmax-dev/vite-userscript-template )
56
6- > ⚡️ Tampermonkey userscript developing and build plugin based on [ Vite] ( https://vitejs.dev ) .\
7- > 📦 Use this [ template] ( https://github.com/crashmax-dev/vite-userscript-template ) to initialize your project.
7+ > ⚡️ Tampermonkey userscript developing and build plugin based on [ Vite] ( https://vitejs.dev ) .
88
99## Features
1010
1111- 🔥 Hot reloading after changing any files.
1212- 🔧 Configure Tampermonkey's Userscript header.
1313- 💨 Import all ` grant ` by default in development mode.
1414- 📝 Automatically add used ` grant ` when building for production.
15- - 📦 Built-in Tampermonkey's TypeScript type difinition .
15+ - 📦 Built-in Tampermonkey's TypeScript type definition .
1616
1717## Install
1818
@@ -110,17 +110,10 @@ interface UserscriptPluginConfig {
110110}
111111```
112112
113- ## Example
113+ ## Examples
114114
115115See the [ examples] ( https://github.com/crashmax-dev/vite-userscript-plugin/tree/master/examples ) folder.
116116
117- ## Used by
118-
119- - [ vite-userscript-template] ( https://github.com/crashmax-dev/vite-userscript-template )
120- - [ netangels-userscript] ( https://github.com/crashmax-dev/netangels-userscript )
121- - [ godev-code-highlight] ( https://github.com/crashmax-dev/godev-code-highlight )
122- - [ beautifier-userscript] ( https://github.com/crashmax-dev/beautifier-userscript )
123-
124117## License
125118
126119[ MIT] ( ./LICENCE ) © [ crashmax] ( https://github.com/crashmax-dev )
You can’t perform that action at this time.
0 commit comments