An open API service indexing awesome lists of open source software.

https://github.com/lukesavefrogs/webpack-userscript-template


https://github.com/lukesavefrogs/webpack-userscript-template

Last synced: about 1 year ago
JSON representation

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.