3.1.4 • Published 28 days ago

swead v3.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
28 days ago

SWEAD - (Ship-with-Env-and-Docker)

neuvernetzung-logo

SWEAD is an opinionated framework for deploying Docker applications on Linux servers. It can handle encrypted envs and automatic creates SSL certificates for specified Domains.

Motivation

I created this framework because I was very annoyed with having to adjust my deployment script every time, create Dockerfiles, Docker-compose files etc. and wanted to simplify this process and bundle it into a single config file.

Usage

Initialize SWEAD Config

npx swead init

This will create a swead-config.ts file with a little boilerplate.

CLI Usage

When the config has been entered, you can start the deployment with npx swead production, npx swead staging or the local mode with npx swead local or npx swead dev start.

Node.js Usage

npm install swead
import {runProduction, runStaging, runLocal, runDev} from "swead"
import type {EnvSchemas, SweadConfig, Args} from "swead"

await runProduction(envSchemas: EnvSchemas | undefined, config: SweadConfig, args: Args)

await runStaging(envSchemas: EnvSchemas | undefined, config: SweadConfig, args: Args)

await runLocal(envSchemas: EnvSchemas | undefined, config: SweadConfig, args: Args)

await runDev(envSchemas: EnvSchemas | undefined, config: SweadConfig, args: Args)
3.1.4

28 days ago

3.1.3

2 months ago

3.1.2

3 months ago

3.0.0

3 months ago

3.1.1

3 months ago

3.1.0

3 months ago

2.2.1

4 months ago

2.2.2

4 months ago

2.2.0

4 months ago

2.1.2

6 months ago

2.1.1

6 months ago

2.0.5

6 months ago

2.0.4

6 months ago

2.0.7

6 months ago

2.0.6

6 months ago

2.1.0

6 months ago

1.5.4

11 months ago

1.5.3

11 months ago

1.5.2

11 months ago

1.4.3

11 months ago

1.5.1

11 months ago

1.4.2

11 months ago

1.5.0

11 months ago

1.4.1

11 months ago

1.4.0

11 months ago

2.0.3

8 months ago

2.0.2

10 months ago

2.0.1

10 months ago

2.0.0

11 months ago

1.3.0

1 year ago

1.2.5

1 year ago

1.2.4

1 year ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.16

1 year ago

1.1.15

1 year ago

1.1.14

1 year ago

1.1.13

1 year ago

1.1.12

1 year ago

1.1.11

1 year ago

1.1.10

1 year ago

1.1.9

1 year ago

1.1.8

1 year ago

1.1.7

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago