https://github.com/eiedouno/shuttle
The Shell / Bash script file package manager. (An over-engineered bash script bundler)
https://github.com/eiedouno/shuttle
bash bash-script bash-scripting command-line-tool package-manager sh shell shell-script shell-scripting
Last synced: about 2 months ago
JSON representation
The Shell / Bash script file package manager. (An over-engineered bash script bundler)
- Host: GitHub
- URL: https://github.com/eiedouno/shuttle
- Owner: eiedouno
- License: bsd-2-clause
- Created: 2025-12-20T19:04:43.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-04-21T04:08:33.000Z (about 2 months ago)
- Last Synced: 2026-04-25T06:35:55.857Z (about 2 months ago)
- Topics: bash, bash-script, bash-scripting, command-line-tool, package-manager, sh, shell, shell-script, shell-scripting
- Language: Shell
- Homepage:
- Size: 40 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shuttle
> The script file package manager.
A simple way to create and manage complex scripts. Inspired by Cargo.
## Installation
You can [build from source](https://github.com/eiedouno/shuttle#building-from-source).
## Documentation
Documentation about building with shuttle can be found in the [wiki](https://github.com/eiedouno/shuttle/wiki).
## Building from source
### Requirements
* A working linux system
(If you have a usable linux system, you have bash.)
### Building
First you need the source code.
```
git clone https://github.com/eiedouno/shuttle
cd shuttle
```
With shuttle, just run:
```
shuttle install
```
If you don't have shuttle installed, you can run the shuttle you just downloaded.
```
./shuttle install
```