Skip to content
/ msu Public

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

License

Notifications You must be signed in to change notification settings

GochoMugo/msu

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published