0.0.14 • Published 5 months ago

@conet.project/conet-proxy v0.0.14

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
5 months ago

seguro-gateway README

The seguro-gateway library.

Usage

Add as a dependency to a Node.js project:

yarn add @conet-project/seguro-gateway

Import from the package:

import { launchSeguroGateway } from '@conet-project/seguro-gateway'

// Launch with default port of 3001 and path of ''
launchSeguroGateway()

// Launch on port 3005 and path of './'
launchSeguroGateway(3005, './')

Run CLI command:

yarn run seguro-gateway [--port] [port] [--path] [./path/to/workers]

Examples:

// Run with default port 3001 and empty path
yarn run seguro-gateway

// Run with port 3005 and current path
Ex: yarn run seguro-gateway --port 3005 --path ./

Development

Install

yarn

Lint

yarn lint

Test

yarn test

Build

yarn build

Clean

yarn clean
0.0.13

5 months ago

0.0.14

5 months ago

0.0.12

5 months ago

0.0.10

5 months ago

0.0.11

5 months ago

0.0.9

5 months ago

0.0.8

6 months ago

0.0.7

6 months ago

0.0.6

6 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago