Metadata-Version: 2.1
Name: sonic-generator
Version: 1.1.2
Summary: Automatically generate starter template for your FastPI projects in a jiffy.
Home-page: https://github.com/rexsimiloluwah/sonic-generator
Author: Similoluwa Okunowo
Author-email: rexsimiloluwa@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: fastapi
Requires-Dist: aiofiles
Requires-Dist: pydantic
Requires-Dist: uvicorn
Requires-Dist: PyYAML

# Sonic Generator

A CLI app for automatically generating a starter template for your FastAPI projects in a jiffy.

| Latest Release |  [![latest release](https://img.shields.io/badge/pip-v1.1.0-blue.svg)](https://pypi.org/project/sonic-generator/) |
| :--- | :--- |
| Release Status |  [![status](https://img.shields.io/badge/status-stable-brightgreen.svg)](./) |
| License |  [![license](https://img.shields.io/badge/license-MIT-orange.svg)](./) |

# Installation

### Using pip

```bash
  $ pip install sonic-generator
```
## Installing manually

```bash
  $ git clone https://github.com/rexsimiloluwah/sonic-generator
  $ cd sonic-generator
  $ python setup.py install
```
# Usage

```bash
$ python -m sonic generate <app-name>
```
<img src = "sonicgeneratedapp.PNG" alt = "Generated app" />

## Testing

```bash
$ cd <app-name>
```

```bash
$ python main.py
```

Go to http://localhost:8000 in your browser

<img src = "sonicbrowser.png" alt = "Sonic in Browser" />

Edit the files and quickly build your FastAPI project.

## Contributing Guide 

All contributions are welcome to add more features and fix bugs, Contribution guide coming soon.

### Thanks for using Sonic generator folk !


