Skip to content

insertmode/userscript-header-from-package.json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

userscript-header-from-package.json

Installation

npm install -g userscript-header-from-package.json

Usage

Given a package.json file with this contents

{
  "name": "userscript-header-from-package.json",
  "version": "0.0.1",
  "license": "ISC",
  "description": "generate a userscript header from data found in package.json",
  "userscript": {
    "include": "http://*.lagomorph.*/*",
    "namespace": "http://www.lagomorph.de/"
  }
}

running userscript-header-from-package-json will produce the following output on stdout

// ==UserScript==
// @name        userscript-header-from-package.json
// @namespace   http://www.lagomorph.de/
// @description generate a userscript header from data found in package.json
// @license     ISC
// @include     http://*.lagomorph.*/*
// @version     0.0.1
// ==/UserScript==

About

generate a userscript header from data found in package.json

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published