Metadata-Version: 2.1
Name: interfacedoc
Version: 0.0.2
Summary: Interface documentation installer
Home-page: https://github.com/rizki4106/interface-installer
Author: rizki maulana
Author-email: rizkimaulana348@gmail.com
License: MIT
Description: # Interfacedoc
        
        Interfacedoc is a command line tools for install [interface software engineering documentation tools](https://github.com/rizki4106/interface)
        
        ## Install
        
        ```bash
        pip3 install interfacedoc
        ```
        
        
        ## Usage
        
        ```bash
        $ interfacedoc startproject <projectname>
        ```
        
        example
        
        ```bash
        $ interfacedoc startproject api-documentation
        ```
        
        ```bash
        $ cd api-documentation && python3 app.py
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown
