Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hex2f/hookhawk
A simply powerful continuous deployment system.
https://github.com/hex2f/hookhawk
Last synced: about 1 month 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-14T19:22:40.000Z (over 3 years ago)
- Last Synced: 2024-10-07T18:38:36.998Z (about 1 month 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
```