userscript-template/README.md

379 B

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.