An open API service indexing awesome lists of open source software.

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)

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
```