abantos / bolt

A task automation tool (similart to grunt) for Python
MIT License
15 stars 8 forks source link

Implemented Task base class and ported all provided tasks #104

Closed CurroRodriguez closed 5 years ago

CurroRodriguez commented 5 years ago

Implemented a Task base class that provides a template implementation of the __call__() method and provides internal methods to retrieve required and optional arguments. I also ported all the provided tasks to use it as base class and refactored their implementation to leverage the interface provided.