https://github.com/apikcloud/apix-cli
ApiX CLI
https://github.com/apikcloud/apix-cli
Last synced: 5 months ago
JSON representation
ApiX CLI
- Host: GitHub
- URL: https://github.com/apikcloud/apix-cli
- Owner: apikcloud
- License: mit
- Fork: true (royaurelien/apix-cli)
- Created: 2023-07-23T16:59:37.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-25T13:58:24.000Z (over 1 year ago)
- Last Synced: 2025-10-26T05:53:43.469Z (8 months ago)
- Language: Python
- Size: 2.71 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# apix
_**ApiX** Command Line Tool_



## 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/)