Aaron Uurman

  • tags
  • about
  • uses
  • cheatsheets
  • contact

Posts tagged with "automation"

automation

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…

25 Nov 2019
1 minute to read
automation

Creating CLI tool in Python - part 3

In the previous post, I created the first command for an assistant called blog and added an argument title to it. Title argument is…

14 Nov 2019
3 minutes to read
automation

Creating CLI tool in Python - part 2

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…

04 Nov 2019
3 minutes to read
automation

Creating CLI tool in Python - part 1

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…

28 Oct 2019
1 minute to read
Copyright © 2023 Aaron Uurman