Creating CLI tool in Python - part 4
In a previous post, I added an image option to blog command, did some refactoring and added some unit tests. I this post I'm going to do…
In a previous post, I added an image option to blog command, did some refactoring and added some unit tests. I this post I'm going to do…
In the previous post, I created the first command for an assistant called blog and added an argument title to it. Title argument is…
In the previous post, I started to create a CLI tool to automate some of my blog post workflow. I managed to set-up a new project and make a…
This is the first post of automation series, I will create multiple posts about how to automate tasks using the CLI tool. All the resources…