https://github.com/zabit923/framebuilder
đź› Library for creating projects with a ready-made structure on popular Python frameworksđź›
https://github.com/zabit923/framebuilder
django django-rest-framework fastapi flask python
Last synced: 4 months ago
JSON representation
đź› Library for creating projects with a ready-made structure on popular Python frameworksđź›
- Host: GitHub
- URL: https://github.com/zabit923/framebuilder
- Owner: zabit923
- License: mit
- Created: 2024-08-23T17:07:53.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-08T21:32:45.000Z (almost 2 years ago)
- Last Synced: 2024-09-09T14:29:39.204Z (almost 2 years ago)
- Topics: django, django-rest-framework, fastapi, flask, python
- Language: Python
- Homepage:
- Size: 231 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
đź› FrameBuilderđź›
---
In this README 👇
---
## Features
This library is designed to unpack a ready-made project with a ready-made file structure.
new templates will be added in the future
## Install and usage
```commandline
pip install FrameBuilder
```
to unpack the template
```commandline
builder-run
```
to change the template
```commandline
builder-rebuild
```