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