Friday 25 January 2019

Want to build a command line application that centralizes a bunch of scripts.

Problem: I'm having to write a bunch of scripts lately. Things like generate a report, send this file, aggregate this data, trigger this function in this api, etc. I would like to have one tool that can do all that.​I found https://oclif.io/, but I'm not entirely sure if this is what I want. I do PHP + JS, so my reference point is Artisan/Symfony Console.​I would like to be able to something like `manage-app reports:email:billing --send`. Also, code completion, and help would be ideal. What would I use for this?

Submitted January 25, 2019 at 05:33PM by nobrandheroes

No comments:

Post a Comment