Software Alternatives & Reviews

userscript-modules-template

Grunt GitHub
  1. 1
    The Grunt ecosystem is huge and it's growing every day.
    Pricing:
    • Open Source
    User script template that acts as module and tries to simulate imports. I built this to help me develop my user scripts, after learning about Grunt, and I thought I should share.

    #JS Build Tools #Front End Package Manager #Web Application Bundler 14 social mentions

  2. 2
    Originally founded as a project to simplify sharing code, GitHub has grown into an application used by over a million people to store over two million code repositories, making GitHub the largest code host in the world.
    Pricing:
    { "name": "userscript-modules-template", "version": "0.0.1", "description": "User script template that acts as module and tries to simulate imports", "author": { "name": "FlowerForWar" }, "devURL": "http://192.168.1.39:3905/user-script-grunt?folder=<%= pkg.name %>&_=.js", "license": "MIT", "userscript": { "namespace": "https://github.com/<%= pkg.author.name %>", "other": { "match": ":///*", "grant": [ "GM.getValue", "GM_getValue", "GM.setValue", "GM_setValue", "GM.xmlHttpRequest", "GM_xmlhttpRequest", "GM.setClipboard", "GM_setClipboard" ], "run-at": "document-start", "noframes": "", "compatible": [ "edge Tampermonkey or Violentmonkey", "firefox Greasemonkey, Tampermonkey or Violentmonkey", "chrome Tampermonkey or Violentmonkey", "opera Tampermonkey or Violentmonkey" ], "supportURL": "https://github.com/<%= pkg.author.name %>/<%= pkg.name %>/issues", "homepageURL": "https://github.com/<%= pkg.author.name %>/<%= pkg.name %>", "updateURL": "https://github.com/<%= pkg.author.name %>/<%= pkg.name %>/raw/main/dist/<%= pkg.name %>.meta.js", "downloadURL": "https://github.com/<%= pkg.author.name %>/<%= pkg.name %>/raw/main/dist/<%= pkg.name %>.user.js", "icon": "https://violentmonkey.github.io/icons/icon-48x48.png", "license": "<%= pkg.license %>" } } } ```.

    #Code Collaboration #Git #Version Control 2033 social mentions

Discuss: userscript-modules-template

Log in or Post with