header-inserter
v1.0.31
Published
Inserting header in your bundle JavaScript file for userscript
Maintainers
Readme
Header Inserter
Inserting header in your bundle JavaScript file.
Usage
Installation
npm
npm install --save-dev header-inserterpnpm
pnpm add -D header-inserterMake Essential files
userscript like this;
{
"name": "add badge for action link",
"namespace": "https://github.com/casaub0n",
"version": "0.1",
"description": "add badge for action link",
"author": "casaub0n",
"match": "https://github.com/*/*/actions*",
"grant": "none",
"sameversion": true
}package.json like this;
{
"name": "your-project",
"scripts": {
"build": "tsx build.ts && header-inserter dist/index.js"
},
"devDependencies": {
"header-inserter": "latest"
}
}Parser
I compared zod to validbot by after builded files.
- validbot: 10314 bite
- zod: 64964 bite
