userscript-template/README.md

13 lines
379 B
Markdown
Raw Permalink Normal View History

2023-02-25 11:58:18 +01:00
# Usercript template
Small template to easily create new Userscript projects.
It is a UserScript, so you will need a browser extesion to use it. I recommend to use **Tampermonkey** or **Greasymonkey** for managing your UserScripts.
## Manual compile
Clone the repository.
npm install
npm run bundle
Then use **app.bundle.js** in your prefered browser script manager.