A better way to create Bash Scripts
You -> Basic information
Lickety Script -> Bash script installer • help text • input parsing • validations

Mind Blowingly Simple
Lickety Script gives your bash script ideas the full polish users expect.
Simple UI
This simple UI allows you to specify all script inputs, the help text, and the name of the script. So easy. 30 seconds or less and your up and running.
Easy script input
Specify all inputs to your script in the easy to use interface. Lickety Script handles the parsing and hands the value to your script code.
Validates all input values
Specify validations for each of your script's inputs. Does your input have to be a string, number, boolean switch, or conform to a custom regex? Lickety Script has you covered with a click of a button.
Installer
An installer is created for you. It installs all scripts to a consistent location in your $HOME/.lickety-script directory.
Consistent Framework
Lickety Script is a source generation application. It creates code using a consistent pattern, unlike AI. AI has many advantages but consistency isn't one of them. If you generate many scripts with it, you'll have a hodgepodge of scripts with different structure and design.
Common Functions (coming soon)
Common bash functions to super-power your scripts!