https://github.com/hex2f/hookhawk
A simply powerful continuous deployment system.
https://github.com/hex2f/hookhawk
Last synced: about 1 year ago
JSON representation
A simply powerful continuous deployment system.
- Host: GitHub
- URL: https://github.com/hex2f/hookhawk
- Owner: hex2f
- Created: 2020-12-21T22:18:27.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-14T19:22:40.000Z (almost 5 years ago)
- Last Synced: 2025-03-16T01:02:51.664Z (about 1 year ago)
- Language: JavaScript
- Size: 79.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HookHawk
A simply powerful continuous depolyment system.
## Usage
```
npm i -g hookhawk
```
```
Available commands:
hookhawk start - Starts the webhook server on an optional port (8081 by default)
hookhawk new-app - Clones and sets up a new app from the provided git uri
```