GitHub / developerstoolbox 29 projects

Developers Toolbox

A selection of tools to help developers. Created by Wolf Software.

https://wolfsoftware.com

Projects

Updated 4 months ago

git-root • Rank 9.8 • Science 44%

A VERY simple Ruby Gem to give the root of any git repository

Updated 4 months ago

bash-snippets • Rank 3.3 • Science 44%

A collection of bash snippets.

Updated 4 months ago

bash-colour-include • Rank 2.3 • Science 44%

A script to create and export a set of variables which contain the 8 basic colours that can be displayed on most terminals.

Updated 4 months ago

get-language-versions • Rank 2.3 • Science 44%

Fetch up-to-date data on the latest version(s) available on Github Actions for a given set of languages.

Updated 4 months ago

ruby-snippets • Rank 2.1 • Science 44%

A collection of ruby snippets

Updated 4 months ago

design-patterns • Rank 2.1 • Science 44%

A collection of different development patterns.

Updated 4 months ago

check-prerequisites-package • Rank 2.1 • Science 44%

Check prerequisite are meet for commands that need to be run.

Updated 4 months ago

draw-lines • Science 44%

A bash script that allows you to draw multiple different types of lines on the console.

Updated 4 months ago

php-snippets • Science 44%

A collection of PHP snippets.

Updated 4 months ago

template-python-project • Science 44%

A baseline for creating python projects for security projects.

Updated 4 months ago

perl-snippets • Science 44%

A collection of Perl snippets.

Updated 4 months ago

wolfsoftware.dockerhub-extractor • Science 44%

Extract container information for a given user in DockerHub.

Updated 4 months ago

bash-colour-testcard • Science 44%

A script to display a table of colours based on the number of colours that your terminal is able to support.

Updated 4 months ago

python-snippets • Science 44%

A collection of Python snippets.

Updated 4 months ago

bash-spinner • Science 44%

Display a small progress spinner in bash while running your commands with optional message.

Updated 4 months ago

validate-json • Science 44%

A bash script that will allow you to validate a JSON string.

Updated 4 months ago

ini-file-parser • Science 44%

A bash implementation of an ini (config) file parser.

Updated 4 months ago

trapper • Science 44%

An error trapper plugin for helping to debug bash scripts.

Updated 4 months ago

pypi-extractor-package • Science 44%

Extract package information for a given user in PyPi.

Updated 4 months ago

ssl_expiry • Science 44%

A simple ruby gem for checking when ssl certificates expire

Updated 4 months ago

wolfsoftware.data-converter • Science 44%

A data converter package to convert data between JSON, YAML and XML.

Updated 4 months ago

wolfsoftware.profiles-config • Science 44%

A basic package for managing profile based configuration files.

Updated 4 months ago

os-detect • Science 44%

A script for working out what OS you are running on as some scripts need to be OS aware.

Updated 4 months ago

wolfsoftware.drawlines • Science 44%

A python package that allows you to draw multiple different types of lines on the console.

Updated 4 months ago

wolfsoftware.notify • Science 44%

Provides a set of utility functions for printing formatted messages to the terminal

Updated 4 months ago

bash-flock-wrapper • Science 44%

A bash script skeleton for creating scripts that can only run one instances at any given time by using flock.

Updated 4 months ago

wolfsoftware.template-package-cli • Science 44%

A simple template for creating CLI based Python pacakges.