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 f9a221d8cf
adding
7 months ago
examples adding 7 months ago
packages/runner adding 7 months ago
resources adding 7 months ago
storage adding 7 months ago
.gitignore adding 7 months ago
LICENSE adding 2 years ago
README.md adding 7 months ago
bun.lockb adding 7 months ago
mix-manifest.json adding 2 years ago
package.json adding 7 months 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"