MTecknology / script-helpers

A simple set of helper functions to aid the development of scripts.

Home Page:https://script-helpers.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Issues License Documentation Status Codacy Badge Shell Tests Python3 Tests

Explore the docs »

Script Helpers

A simple set of helper functions to aid the development of scripts.

Shell Example:

. path/to/helpers/shell
is_true "$var" || die 'oops'

Python Example:

import py3helpers
py3helpers.collapse_integers([1,2,3,4])

About

A simple set of helper functions to aid the development of scripts.

https://script-helpers.readthedocs.io/

License:GNU General Public License v3.0


Languages

Language:Shell 89.8%Language:Python 9.0%Language:Makefile 1.2%