https://github.com/lukesavefrogs/webpack-userscript-template
https://github.com/lukesavefrogs/webpack-userscript-template
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/lukesavefrogs/webpack-userscript-template
- Owner: LukeSavefrogs
- License: mit
- Created: 2022-03-30T22:30:54.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T09:21:35.000Z (over 2 years ago)
- Last Synced: 2025-06-18T23:43:39.216Z (about 1 year ago)
- Language: JavaScript
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webpack-userscript-template
Just another template to use Webpack to create Userscripts in Tampermonkey/ViolentMonkey/GreaseMonkey.
## Roadmap
- Add CSS support
- Use [`userscript-metadata-webpack-plugin`](https://www.npmjs.com/package/userscript-metadata-webpack-plugin) to prepend the metadata to the final userscript instead of custom `banner-after-minimize-plugin` (which i don't think i'll remove since still useful to learn by the way).
## See also
### :mag: [react-userscripts](https://github.com/siefkenj/react-userscripts)
Allows to use React in userscripts
### :mag: [userscripter](https://github.com/SimonAlling/userscripter)
**CLI tool** to create userscript templates using Webpack and Node
### :mag: [webpack-userscript-template](https://github.com/Trim21/webpack-userscript-template)
Template for creating userscripts using Webpack. Features Typescript and Development mode with Live reload
### :mag: [generator-userscript](https://github.com/violentmonkey/generator-userscript)
Yeoman generator to create a workspace for userscript easily.
### :mag: [TinyWebpackUserscriptPlugin](https://github.com/nfour/TinyWebpackUserscriptPlugin)
Webpack plugin
### :mag: [webpack-ts-userscript](https://github.com/MysteryBlokHed/webpack-ts-userscript)
A template to create UserScripts using TypeScript and Webpack.