Metadata-Version: 2.1
Name: flopp
Version: 0.0.1
Summary: Produce fully working Flutter projects from existing templates
Home-page: https://github.com/s0m3chill/flop
Author: Dariy Kordiyak
Author-email: d.kordiyak@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# flop
**F**lutter **L**ightweight m**O**dule **P**roducer <br />

**flop** command line tool helps you produce fully working Flutter projects from existing templates. <br />
You can create new or configure existing templates based on your needs. <br />
After project is produced, it's stored in newly created 'gen' folder and all the files and sources match it's name. <br /> <br />
Inspired by plopjs.com

## Usage
// both 'template_name' and 'module_name' are lowercased <br />
**python3 flop.py -t 'template_name' -n 'module_name'**


