XcodeGen

Git Version license

cmdshelf is a new way of scripting.😎

You can see detailed document here, or type man cmdshelf.

Install

macOS

brew install cmdshelf

It's recommended to upgrade your bash to version 4, to use full feature of cmdshelf's bash-completion.
See: https://github.com/toshi0383/cmdshelf/pull/88

Build from source

With Rust's package manager cargo, you can install cmdshelf via:

bash cargo install cmdshelf

Note that rust is required.

Install auto bash-completion

Put this in your ~/.bashrc, shell source /path-to/cmdshelf-completion.bash

Contribute

Any contribution is welcomed. Feel free to open issue for bug reports, questions, or feature requests.