1.0.11 • Published 2 years ago

@kaffee/lungo v1.0.11

Weekly downloads
-
License
GPLV3
Repository
github
Last release
2 years ago

@kaffee/lungo

A based ssh upload package

Installation

Install with npm

  npm install --dev @kaffee/lungo

Install with yarn

  yarn add --dev @kaffee/lungo

Install with pnpm

  pnpm add -D @kaffee/lungo

Usage/Examples

Examples Config

{
  "production": {
    "serverDir": "/home/nginx/web/dev",
    "host": "192.168.1.1",
    "port": 22,
    "username": "username",
    "password": "password",
    "project": "kaffee-lungo",
    "dist":"dist",
    "forward":{
      "host": "192.168.1.2",
      "port": 22,
      "username": "username",
      "password": "password",
    }
  }
}

Example command

yarn lungo --env production
npx lungo --env production
pnpm lungo --env production

The config upload your dist folder to serverDir + project

License

GPL

Contributors

1.0.9

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago