Metadata-Version: 2.4
Name: create-lillie
Version: 9.0.0
Summary: A CLI tool for creating lilliepy projects
Home-page: https://github.com/websitedeb/create-lillie
Author: sarthak ghoshal
Author-email: sarthak22.ghoshal@gmail.com
Keywords: reactpy,lilliepy,create-lillie,create-lilliepy
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
Requires-Dist: typer[all]
Requires-Dist: colorama
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# create-lillie

## Usage:

```bash
create-lillie YOUR_PROJECT_NAME --is-empty
```
* create-lillie - cli name
* YOUR_PROJECT_NAME - name for your project
* --is-empty - if used, will generate empty project, if not, will generate starter project

## Requirements:
* git
* pip
* python
* nodejs
