Metadata-Version: 2.1
Name: springleaf
Version: 0.2
Summary: Spring Boot Code Generator
Home-page: https://github.com/OMKE/springleaf
Author: Omar Iriskic
Author-email: contact@omaririskic.com
Maintainer: Omar Iriskic
Maintainer-email: contact@omarirsikic.com
License: UNKNOWN
Download-URL: https://github.com/OMKE/SpringLeaf/archive/0.2.tar.gz
Project-URL: Bug Reports, https://github.com/OMKE/SpringLeaf/issues
Project-URL: Source, https://github.com/OMKE/SpringLeaf
Keywords: spring boot cli code generator
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: jinja2
Requires-Dist: javalang
Requires-Dist: questionary
Requires-Dist: pyyaml
Requires-Dist: pyfiglet
Requires-Dist: rich
Requires-Dist: prompt-toolkit (==3.0.2)

# Spring Leaf

[![version](https://img.shields.io/pypi/v/springleaf.svg)](https://pypi.org/project/springleaf/)
[![license](https://img.shields.io/pypi/l/springleaf.svg)](https://pypi.org/project/springleaf/)
[![Supported Python Versions](https://img.shields.io/pypi/pyversions/springleaf.svg)](https://pypi.python.org/pypi/springleaf)

🍃 Easy to use Spring Boot CLI 🍃

## Quickstart

To install `springleaf`, use pip: <br>
`$ pip install springleaf`

## Usage

### SpringInitializr

![spring-initializr-example-gif](docs/images/spring_initializr.gif)

- @TODO (custom folder structures, params help)

## Description

- @TODO

## Changelog

<details><summary>Version: 0.2</summary>
    Feature release: <br>
        <ul>
            <li>Added SpringInitializr</li>
        </ul>

</details>
<details><summary>Version: 0.1.2</summary>
    Windows: <br>
        <ul>
        <li>Moved from PyInquirer(not in development) to <a href="https://github.com/tmbo/questionary/">questionary</a> , error was still appearing in CommandPrompt</li>
        <li>Founded out that everything works in Cmder when started in bash </li>
        <li>Should be tested more on Windows</li>
        <li>changed prompt_toolkit version to 3.0.2</li>
        </ul>
</details>
<details><summary>Version: 0.1.1</summary>
    Windows: <br>
        <ul>
            <li>Error in CommandPrompt with prompt_toolkit (Exception: NoConsoleScreenBufferError), tried with version <=2.0, <br>
                error was still appearing</li>
        </ul>

</details>

## License

Licensed under the MIT License. Copyright 2020 Omar Iriskic


