Skip to content

This is a tool written in Python to make my life easier by automating some of my workflows.

Notifications You must be signed in to change notification settings

aaronuurman/assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Assistant is a tool that contains a commands to automate my workflows.

Installation

  • Clone repository
  • Navigate to folder and run ./install-dev.sh

Testing

The easiest way to run tests is using a pytest.

Install pytest
pip install -U pytest

Run tests
Navigate to project root folder and run command below. pytest

Creation of a tool

This tool is creation is described in blog post series "Creating cli tool in python".

Post Branch
Creating CLI tool in Python - part 1 part-one
Creating CLI tool in Python - part 2 part-two
Creating CLI tool in Python - part 3 part-three
Creating CLI tool in Python - part 4 part-four

Rest coming soon ...

About

This is a tool written in Python to make my life easier by automating some of my workflows.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published