Skip to content

Commit bc5ba1b

Browse files
committed
add submodules
1 parent 4724823 commit bc5ba1b

File tree

3 files changed

+11
-13
lines changed

3 files changed

+11
-13
lines changed

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[submodule "examples/reatom"]
2+
path = examples/reatom
3+
url = https://github.com/crashmax-dev/vite-userscript-template
4+
branch = reatom

README.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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

115115
See 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)

examples/reatom

Submodule reatom added at 45381f8

0 commit comments

Comments
 (0)