— Prototype, more like Noobtotype (kill me please)
— Take a stroll through the clean streets of my personal hellscape
Automation is an underappreciated art form, filled with sprawling communities. However, it has been unapproachable & underground for the average Joe due to the time or education investments required.
nomaid aims to solve that by letting more people automate away their tedious tasks.
HookA hook is an external event that happens. When said events happen, it can be said that “a hook has fired”.
Examples of hooks:
ActionAn action is a thing you want to do.
Examples of actions:
ModuleA module is an encapsulation of hooks & actions. You can have multiple hooks & multiple actions inside a single module.
Whenever one, of the possibly many, hooks fire, it executes every action defined in the module.