GitHub / developerstoolbox 29 projects
Developers Toolbox
A selection of tools to help developers. Created by Wolf Software.
Projects
bash-colour-include
A script to create and export a set of variables which contain the 8 basic colours that can be displayed on most terminals.
get-language-versions
Fetch up-to-date data on the latest version(s) available on Github Actions for a given set of languages.
check-prerequisites-package
Check prerequisite are meet for commands that need to be run.
draw-lines
A bash script that allows you to draw multiple different types of lines on the console.
template-python-project
A baseline for creating python projects for security projects.
wolfsoftware.dockerhub-extractor
Extract container information for a given user in DockerHub.
bash-colour-testcard
A script to display a table of colours based on the number of colours that your terminal is able to support.
bash-spinner
Display a small progress spinner in bash while running your commands with optional message.
wolfsoftware.data-converter
A data converter package to convert data between JSON, YAML and XML.
wolfsoftware.profiles-config
A basic package for managing profile based configuration files.
os-detect
A script for working out what OS you are running on as some scripts need to be OS aware.
wolfsoftware.drawlines
A python package that allows you to draw multiple different types of lines on the console.
wolfsoftware.notify
Provides a set of utility functions for printing formatted messages to the terminal
bash-flock-wrapper
A bash script skeleton for creating scripts that can only run one instances at any given time by using flock.
wolfsoftware.template-package-cli
A simple template for creating CLI based Python pacakges.