SHML is a shell framework for faster and easier script development.
           

Why

HTML has CSS, Unix-like shells have ANSI/VT100 Control Sequences. SHML makes is easy to apply style to your shell scripts without trying to remember that yellow is \033[33m instead it's $(color yellow).

1-liner Installs

# Linux or Darwin w/o Homebrew installed
$ sudo bash -c 'curl -L https://raw.githubusercontent.com/maxcdn/shml/latest/shml.sh -o /usr/local/bin/shml && chmod +x /usr/local/bin/shml'

# Darwin with Homebrew installed
$ curl -L https://raw.githubusercontent.com/maxcdn/shml/latest/shml.sh -o /usr/local/bin/shml && chmod +x /usr/local/bin/shml

# NPM
$ npm install -g shml
Currently v1.0.4
Please be responsible & RTFM





Designed and built by @jdorfman and @mervinej.
Code licensed under MIT, documentation under CC BY 4.0.