0.0.9 • Published 3 years ago

kontenbase-cli v0.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Kontenbase CLI

Accessing your database with Kontenbase Client

NPM

Generating Kontenbase Client Code

The first step when using Kontenbase CLI is installing its npm package:

npm install kontenbase-cli --save-dev

or

yarn add kontenbase-cli -D

Note that the installation of this package invokes the kontenbase generate command which reads your Kontenbase records and generates the Kontenbase Client code. Put your API Key on .kontenbase file in root project directory

/.kontenbase

{
  "apiKey": "000000-000000-0000000-000000"
}

Run Generator

~$ npx kontenbase generate
0.0.9

3 years ago

0.0.3

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago