Metadata-Version: 2.1
Name: sonic-generator
Version: 1.0.0
Summary: Automatically generate FastAPI starter app for your projects in a jiffy.
Home-page: https://github.com/rexsimiloluwah/sonic-generator
Author: Similoluwa Okunowo
Author-email: rexsimiloluwa@gmail.com
License: MIT
Description: # FastAPI Generator
        
        A CLI for automatically generating a app skeleton for your FastAPI projects in a jiffy.
        
        # Installation
        
        ### Using pip
        ```bash
          $ pip install 
        ```
        ## Installing manually
        ```bash
          $ git clone 
          $ cd 
          $ python setup.py install
        ```
        # Usage
        
        ```bash
        $ fast-generator --name app
        ```
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
