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.
super-hog/README.md

12 lines
220 B

1 year ago
# super-hog
1 month ago
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"
```