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