1.0.12 • Published 3 years ago

@kepler-io/client v1.0.12

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
3 years ago

Internal Client

This project represents the Kepler Client.

Build

Run yarn build.

Run

Run yarn start for starting development version.

Run yarn start:prod for starting production version.

Installation

Kepler Api is installable as NMP Module: npm install -g @kepler-io/client.

Upgrade of package is available via command: npm upgrade --global @kepler-io/client

Packing

Cannot use pkg library, because Api is using ESM modules with latest features (await used in root file ... etc.) !!

So we are using shebang file located in ./bin directory.

You can test packaging locally via npm pack and observe generated tar file.

Publishing

Publishing is done via NPM (not Yarn): npm run publish-remote.

Repository: https://www.npmjs.com/search?q=kepler-io

CLI

API CLI is available via kepler-client command in terminal.