Automaton - A Task Automation Tool Built In JavaScript, Node.js Compatible
Join the DZone community and get the full member experience.
Join For Freeautomaton is a task automation tool built in javascript. the purpose of automaton is to allow you to automate repetitive tasks in your projects, using javascript. automaton achieve this by allowing you to create files called autofile .
an autofile allows you to describe an ordered list of tasks to be done for another bigger task to be done. autofiles can use each other to achieve their ends as well as work independently. automaton comes with some built-in basic tasks to help you get started.
automaton can be used via the command-line or as a node.js module.
requirements:
none
demo:
http:/ / indigounited. com/ automaton/
license:
mit license
Published at DZone with permission of Hirvesh Munogee, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments