CLI tool
danvergara opened this issue · 0 comments
danvergara commented
Is your feature request related to a problem? Please describe.
I've found the way defined to consume the project a little weird, I mean, run the scripts directly is not the most friendly experience, mostly for those users that aren't python developers,
Describe the solution you'd like
A good solution for this is to turn the project (I mean the bunch of scripts) into a CLI tool.
i. e.
$ pyblock --config path/to/config
That might be more suitable for the node software providers that already adopted pyblock, that way they just had to install a single tool, without managing a bunch of scripts.
Describe alternatives you've considered
I have no alternative solution for this proposal.