Super Hog is a kind of process runner
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
HerrHase 95eae7282a
adding
1 month ago
examples adding 1 month ago
packages/runner adding 1 month ago
resources adding 1 month ago
storage adding 1 month ago
.gitignore adding 1 month ago
LICENSE adding 1 year ago
README.md adding 1 month ago
bun.lockb adding 1 month ago
mix-manifest.json adding 1 year ago
package.json adding 1 month ago

README.md

super-hog

Super Hog is a process runner. Tasks will be configured in a File by Yaml.

name: "Lorem Ipsum RSS"
url:  "https://lorem-rss.herokuapp.com/feed"
cron: "0 1 * * *"
actions:
    - class: "RssExample"