1.0.15 • Published 3 years ago

shell-builder v1.0.15

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago