0.3.2 • Published 4 years ago

api-switch-cli v0.3.2

Weekly downloads
12
License
MIT
Repository
github
Last release
4 years ago

api-switch-cli

Installation

yarn add api-switch-cli -D

Usage

// package.json

  "api-switch-cli": {
    "rootFile": ".env",
    "globals": {
      "dev": {
        "http": "https://xxx.net",
        "ws": "wss://ws.xxx.net:1000"
      },
      "test": {
        "http": "https://xxx.net",
        "ws": "wss://ws.xxx.net:1000"
      }
    }
  }

Options

  • rootFile API file

  • globals local develop API

0.3.2

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.5

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago