OrBin / gramhopper

A rule-based Telegram bot engine, no coding required
https://pypi.org/project/gramhopper/
MIT License
3 stars 1 forks source link

Integrate a task runner for the project tasks #43

Closed OrBin closed 5 years ago

OrBin commented 5 years ago

In the current stage of the project, there are a lot of tasks (for example: building, linting, generating docs) and it's hard to remember the commands for each of them.

This issue is a call to find and integrate a task runner (such as gulp/grunt) in the project. Even though task runner for JS can do the job, a task runner for python is preferred (from a short search, I think that doit seems fine, but Invoke seems better).

The required tasks are:

This issue is labeled as a "good first issue". If this is your first issue, please consult with one of the maintainers before choosing which task runner to use.