An open API service indexing awesome lists of open source software.

https://github.com/apikcloud/apix-cli

ApiX CLI
https://github.com/apikcloud/apix-cli

Last synced: 5 months ago
JSON representation

ApiX CLI

Awesome Lists containing this project

README

          

# apix

_**ApiX** Command Line Tool_

![PyPI](https://img.shields.io/pypi/v/apix-cli)
![PyPI](https://img.shields.io/pypi/pyversions/apix-cli)
![GitHub last commit (by committer)](https://img.shields.io/github/last-commit/apikcloud/apix-cli)

## Installation

Install from PyPI:

```bash
pip install apix-cli
```

## Quickstart

*On first launch, you will be asked to enter certain parameters.*

Create project :

`project name` is the name of the online database you want to create locally.
```bash
apix project new
```

Run project :

```bash
apix project run --reload
```

Update modules :

```bash
apix project update-modules module1,module2
```

## Documentation

Please refer to :
[https://apikcloud.github.io/apix-cli/](https://apikcloud.github.io/apix-cli/)