We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npm install
1 parent 2f8bfc8 commit 10fe38fCopy full SHA for 10fe38f
.github/workflows/npm-publish.yaml
@@ -9,6 +9,7 @@ jobs:
9
- uses: actions/setup-node@v3
10
with:
11
node-version: 16.15.0
12
+ - run: npm install
13
- run: npm run test
14
- run: npm run build
15
- uses: JS-DevTools/npm-publish@v1
README.md
@@ -1,7 +1,7 @@
1
# apphook: Event-Driven Hook Engine
2
3

4
-
+
5
6
`apphook` is a way to implant/modify other piece of code.
7
0 commit comments