Shell builder is a tool for building shells that can be accessed remotely from any computer with a simple curl
command piped to bash
(even works with Windows).
npx shell-builder
Running this script will build the shell files and generate the output in an out/
directory.
curl your.url | bash
powershell (Invoke-WebRequest your.url).content | cmd
NOTE: If there is a shorter way to do this please create an issue and let me know!
The structure of the shell should be in a file called cli.json
.
All the functions in the shell should in the directory funcs/
with file extensions .sh
and .bat
.