Small template to easily create new Userscript projects.
src | ||
.env | ||
.gitignore | ||
app.js | ||
bundler.js | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md |
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.