chore: add husky; add post-commit auto import to gh & sh

This commit is contained in:
Ayo Ayco 2026-02-22 19:32:03 +01:00
parent 83b11cd673
commit f114c04bb3
4 changed files with 48 additions and 1 deletions

4
.gitignore vendored
View file

@ -1,3 +1,5 @@
node_modules
*~
*swo
*swp
*swp

3
.husky/post-commit Normal file
View file

@ -0,0 +1,3 @@
echo "post-commit..."
git push gh --mirror
git push sh --mirror

18
package.json Normal file
View file

@ -0,0 +1,18 @@
{
"name": "bookmarklets",
"private": "true",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.15.0",
"devDependencies": {
"husky": "^9.1.7"
}
}

24
pnpm-lock.yaml Normal file
View file

@ -0,0 +1,24 @@
lockfileVersion: '9.0'
settings:
autoInstallPeers: true
excludeLinksFromLockfile: false
importers:
.:
devDependencies:
husky:
specifier: ^9.1.7
version: 9.1.7
packages:
husky@9.1.7:
resolution: {integrity: sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==}
engines: {node: '>=18'}
hasBin: true
snapshots:
husky@9.1.7: {}