1.0.15 • Published 4 years ago

shell-builder v1.0.15

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Shell Builder

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).

Usage

Github Actions

npx shell-builder

Running this script will build the shell files and generate the output in an out/ directory.

Mac, Linux, & WSL

curl your.url | bash

Windows

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!

CLI Files

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.

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago