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

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago