Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kubgus/stratus-cli

CLI for Stratus, a port forwarding service.
https://github.com/kubgus/stratus-cli

Last synced: 11 days ago
JSON representation

CLI for Stratus, a port forwarding service.

Awesome Lists containing this project

README

        

# STRATUS CLI

CLI for Stratus.

## Install

1. Download the latest release

2. Modify execution rules
```sh
chmod +x
```

3. Run

## Build

1. Run `esbuild` to bundle the code

```sh
npx esbuild src/main.js --bundle --outfile=build.cjs --format=cjs --platform=node
```

2. Package the project

```sh
npx pkg build.cjs
```

3. You can also specify the target platform:

```sh
npx pkg -t node18-win-x64 build.cjs
```