Metadata-Version: 2.1
Name: flask_backend_template
Version: 0.1.3
Summary: A CLI tool to generate a Flask backend template
Author: Arjun Shukla
Author-email: arjunshukla6558@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE



## Installation

Install the package using pip:

```bash
pip install flask-backend-template
```

To run

```bash
flask_backend_template-init

```
## Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

## License

This project is licensed under the MIT License - see the LICENSE file for details.




