GochoMugo / msu

A minimal Shell framework and CLI tool that makes writing, sharing and using bash scripts less difficult/repetitive

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

msu

A small Shell framework that makes writing bash scripts less sucky

Terminal Lover Travis

features:

msu wishlist

installation:

See the installation instructions.

documentation:

You can always browse msu documentation using man:

$ man 1 msu       # command
$ man 3 msu       # library

More documentation is placed in the docs/ directory:

principles:

  1. Little added complexity. msu should not warrant the user to learn scripting all over again. An existing script should be converted into a module with less effort.
  2. Minimal. msu core should be as little as possible. How? Use common algorithms and data structures. Avoid doing something too fancy.
  3. Highly configurable. Using environment variables and command-line switches, msu should be configurable in all its operations, including installation.

license:

The MIT License (MIT)

Copyright © 2015-2016 GochoMugo mugo@forfuture.co.ke

About

A minimal Shell framework and CLI tool that makes writing, sharing and using bash scripts less difficult/repetitive

License:MIT License


Languages

Language:Shell 89.1%Language:Makefile 7.9%Language:Python 2.0%Language:Dockerfile 1.0%